diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-09-18 21:04:34 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-09-18 21:04:34 +0000 |
commit | 997a5e8dafd7f29196d23e02fa6d4ef4a10da2bf (patch) | |
tree | a2b5847010d846c6763255e620f7c979a815e5ed /sys/arch/sparc64/include/disklabel.h | |
parent | c9f6a129945461c2d0bf38bb22047587232d8d34 (diff) |
bring sparc64 OUT of the stone age... MAXPARTITIONS 16
Diffstat (limited to 'sys/arch/sparc64/include/disklabel.h')
-rw-r--r-- | sys/arch/sparc64/include/disklabel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/disklabel.h b/sys/arch/sparc64/include/disklabel.h index efdd62106f7..1db0609d24e 100644 --- a/sys/arch/sparc64/include/disklabel.h +++ b/sys/arch/sparc64/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.1 2001/08/18 16:19:28 jason Exp $ */ +/* $OpenBSD: disklabel.h,v 1.2 2001/09/18 21:04:33 jason Exp $ */ /* $NetBSD: disklabel.h,v 1.1.1.1 1998/06/20 04:58:51 eeh Exp $ */ /* @@ -36,7 +36,7 @@ #define LABELSECTOR 0 /* sector containing label */ #define LABELOFFSET 128 /* offset of label in sector */ -#define MAXPARTITIONS 8 /* number of partitions */ +#define MAXPARTITIONS 16 /* number of partitions */ #define RAW_PART 2 /* raw partition: xx?c */ struct cpu_disklabel { |