From 637ebf7daace56efa2168163f94d5f730b23d35a Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 12 Sep 1996 02:40:20 +0000 Subject: [PATCH] 16 partitions --- sys/arch/i386/include/disklabel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/include/disklabel.h b/sys/arch/i386/include/disklabel.h index 04ba88fe4e6..8ed0ec597d9 100644 --- a/sys/arch/i386/include/disklabel.h +++ b/sys/arch/i386/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.2 1996/04/18 19:21:36 niklas Exp $ */ +/* $OpenBSD: disklabel.h,v 1.3 1996/09/12 02:40:20 deraadt Exp $ */ /* $NetBSD: disklabel.h,v 1.3 1996/03/09 20:52:54 ghudson Exp $ */ /* @@ -36,7 +36,7 @@ #define LABELSECTOR 1 /* sector containing label */ #define LABELOFFSET 0 /* offset of label in sector */ -#define MAXPARTITIONS 8 /* number of partitions */ +#define MAXPARTITIONS 16 /* number of partitions */ #define RAW_PART 3 /* raw partition: XX?d (XXX) */ /* DOS partition table -- located in boot block */ -- 2.20.1