]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - fdisk/fdiskbsdlabel.h
Imported from util-linux-2.11t tarball.
[thirdparty/util-linux.git] / fdisk / fdiskbsdlabel.h
index 2421585e4cceb725ef0ebfaaeac9fc608d77fed8..279733e863ae2933bf05a2d277ff45dac9b79854 100644 (file)
 
 #include <linux/types.h>       /* for __u32, __u16, __u8, __s16 */
 
-#ifndef BSD_DISKMAGIC  /* perhaps from <linux/genhd.h> */
+#ifndef BSD_DISKMAGIC
 #define BSD_DISKMAGIC     ((__u32) 0x82564557)
 #endif
 
 #ifndef BSD_MAXPARTITIONS
-#define        BSD_MAXPARTITIONS 8
+#define        BSD_MAXPARTITIONS 16
 #endif
 
 #define BSD_LINUX_BOOTDIR "/usr/ucb/mdec"