diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-09 19:35:36 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-09 19:35:36 +0000 |
commit | 0709e170475b5a1533c3002a500cca034cb44194 (patch) | |
tree | e58fb74341f182475766435e69cd71d8fd70e009 /sys/arch/pmax | |
parent | d390e75006cc06c370eba5afbc83f1de3a5d9edf (diff) |
drop MAXPARTITIONS back to 8 until we have 16 partition support
Diffstat (limited to 'sys/arch/pmax')
-rw-r--r-- | sys/arch/pmax/include/disklabel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pmax/include/disklabel.h b/sys/arch/pmax/include/disklabel.h index bdc085cae31..ea58519e94e 100644 --- a/sys/arch/pmax/include/disklabel.h +++ b/sys/arch/pmax/include/disklabel.h @@ -35,7 +35,7 @@ #define LABELSECTOR 0 /* sector containing label */ #define LABELOFFSET 64 /* offset of label in sector */ -#define MAXPARTITIONS 16 /* number of partitions */ +#define MAXPARTITIONS 8 /* number of partitions */ #define RAW_PART 2 /* raw partition: xx?c */ #define NUMBOOT 2 /* bootxx + xxboot... */ |