summaryrefslogtreecommitdiff
path: root/sbin/disklabel/disklabel.5
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/disklabel/disklabel.5')
-rw-r--r--sbin/disklabel/disklabel.58
1 files changed, 6 insertions, 2 deletions
diff --git a/sbin/disklabel/disklabel.5 b/sbin/disklabel/disklabel.5
index 72e74ca7f37..9f84dd18984 100644
--- a/sbin/disklabel/disklabel.5
+++ b/sbin/disklabel/disklabel.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: disklabel.5,v 1.2 1996/06/23 14:30:04 deraadt Exp $
+.\" $OpenBSD: disklabel.5,v 1.3 1998/07/11 22:42:56 angelos Exp $
.\" $NetBSD: disklabel.5,v 1.3 1995/03/18 14:54:36 cgd Exp $
.\"
.\" Copyright (c) 1987, 1991, 1993
@@ -130,7 +130,11 @@ is
#define DISKMAGIC ((u_long) 0x82564557) /* The disk magic number */
#ifndef MAXPARTITIONS
-#define MAXPARTITIONS 8
+#if amiga
+#define MAXPARTITIONS 8
+#else
+#define MAXPARTITIONS 16
+#endif
#endif
#ifndef LOCORE