summaryrefslogtreecommitdiffstats
path: root/fdisk/fdiskbsdlabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'fdisk/fdiskbsdlabel.h')
-rw-r--r--fdisk/fdiskbsdlabel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fdisk/fdiskbsdlabel.h b/fdisk/fdiskbsdlabel.h
index 2421585e4..279733e86 100644
--- a/fdisk/fdiskbsdlabel.h
+++ b/fdisk/fdiskbsdlabel.h
@@ -33,12 +33,12 @@
#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"