From 0709e170475b5a1533c3002a500cca034cb44194 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 9 May 1998 19:35:36 +0000 Subject: drop MAXPARTITIONS back to 8 until we have 16 partition support --- sys/arch/pmax/include/disklabel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/arch/pmax') 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... */ -- cgit v1.2.3