summaryrefslogtreecommitdiffstats
path: root/fdisk/fdisk.h
diff options
context:
space:
mode:
authorKarel Zak2007-06-27 23:49:56 +0200
committerKarel Zak2007-06-27 23:49:56 +0200
commite7fa917a33876ef163f8e3f348d681199c360094 (patch)
tree07be874353ecb52adb95c7f7122a5485aea45290 /fdisk/fdisk.h
parentfdisk: move duplicate stuff from fdisk*label.h to fdisk.h (diff)
downloadkernel-qcow2-util-linux-e7fa917a33876ef163f8e3f348d681199c360094.tar.gz
kernel-qcow2-util-linux-e7fa917a33876ef163f8e3f348d681199c360094.tar.xz
kernel-qcow2-util-linux-e7fa917a33876ef163f8e3f348d681199c360094.zip
fdisk: add MAC label detection
This patch is based on the old Suse util-linux-2.11q-fs_mac.diff patch. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fdisk/fdisk.h')
-rw-r--r--fdisk/fdisk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fdisk/fdisk.h b/fdisk/fdisk.h
index 781c5050f..75dd88ecd 100644
--- a/fdisk/fdisk.h
+++ b/fdisk/fdisk.h
@@ -96,6 +96,7 @@ extern int osf_label;
extern int sun_label;
extern int sgi_label;
extern int aix_label;
+extern int mac_label;
/* prototypes for fdiskbsdlabel.c */
extern void bselect(void);