summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/include/disklabel.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2000-07-02 17:51:36 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2000-07-02 17:51:36 +0000
commite22d5e7aa2374bf95f15cfeb9f2757b99170fa86 (patch)
treed4a0d975c31aecfc739b5ed5208d7cd1a38d2aa9 /sys/arch/sun3/include/disklabel.h
parentbb13cce4ae3bb5e97e20cdcdd7dcd51372761860 (diff)
Recognize and support 16 partition disklabels (taken from sparc port)
Diffstat (limited to 'sys/arch/sun3/include/disklabel.h')
-rw-r--r--sys/arch/sun3/include/disklabel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sun3/include/disklabel.h b/sys/arch/sun3/include/disklabel.h
index 5ca0f1f8b55..bf115738433 100644
--- a/sys/arch/sun3/include/disklabel.h
+++ b/sys/arch/sun3/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.4 1997/09/21 04:21:07 niklas Exp $ */
+/* $OpenBSD: disklabel.h,v 1.5 2000/07/02 17:51:12 miod Exp $ */
/* $NetBSD: disklabel.h,v 1.3 1995/11/10 22:05:52 gwr 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 */
/*