From: deraadt Date: Thu, 12 Sep 1996 02:40:20 +0000 (+0000) Subject: 16 partitions X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=637ebf7daace56efa2168163f94d5f730b23d35a;p=openbsd 16 partitions --- 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 */