summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include
diff options
context:
space:
mode:
authorHugh Graham <hugh@cvs.openbsd.org>2000-11-24 19:14:04 +0000
committerHugh Graham <hugh@cvs.openbsd.org>2000-11-24 19:14:04 +0000
commit8edbfd54f72a580b0123ee9074768e88e7d362b9 (patch)
tree7307526c5afd68c8aa2ebbc84c73d191c5dd08e2 /sys/arch/vax/include
parent08b71858bf3ea81ad48aacbbf40667ef479575bf (diff)
Support 16 slices per device, like the other OpenBSD arches.
Diffstat (limited to 'sys/arch/vax/include')
-rw-r--r--sys/arch/vax/include/disklabel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/include/disklabel.h b/sys/arch/vax/include/disklabel.h
index b0f1ebff8bd..e5f774226dd 100644
--- a/sys/arch/vax/include/disklabel.h
+++ b/sys/arch/vax/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.5 1997/09/10 11:47:06 maja Exp $ */
+/* $OpenBSD: disklabel.h,v 1.6 2000/11/24 19:14:03 hugh Exp $ */
/* $NetBSD: disklabel.h,v 1.4 1997/03/09 15:55:58 ragge Exp $ */
/*
@@ -36,7 +36,7 @@
#define LABELSECTOR 0 /* sector containing label */
#define LABELOFFSET 64 /* 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 */
/* Just a dummy */