diff options
-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... */ |