checkpoint for 4.4Alpha
[unix-history] / usr / src / sbin / disklabel / disklabel.c
index e1d7b84..661c561 100644 (file)
@@ -15,7 +15,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)disklabel.c        5.21 (Berkeley) %G%";
+static char sccsid[] = "@(#)disklabel.c        5.22 (Berkeley) %G%";
 /* from static char sccsid[] = "@(#)disklabel.c        1.2 (Symmetric) 11/28/85"; */
 #endif /* not lint */
 
 /* from static char sccsid[] = "@(#)disklabel.c        1.2 (Symmetric) 11/28/85"; */
 #endif /* not lint */
 
@@ -41,7 +41,7 @@ static char sccsid[] = "@(#)disklabel.c       5.21 (Berkeley) %G%";
  * for the label on such machines.
  */
 
  * for the label on such machines.
  */
 
-#if defined(vax) || defined(i386)
+#if defined(vax) || defined(i386) || defined(mips)
 #define RAWPARTITION   'c'
 #else
 #define RAWPARTITION   'a'
 #define RAWPARTITION   'c'
 #else
 #define RAWPARTITION   'a'
@@ -51,7 +51,7 @@ static char sccsid[] = "@(#)disklabel.c       5.21 (Berkeley) %G%";
 #define        BBSIZE  8192                    /* size of boot area, with label */
 #endif
 
 #define        BBSIZE  8192                    /* size of boot area, with label */
 #endif
 
-#if defined(vax) || defined(i386)
+#if defined(vax) || defined(i386) || defined(mips)
 #define        BOOT                            /* also have bootstrap in "boot area" */
 #define        BOOTDIR _PATH_BOOTDIR           /* source of boot binaries */
 #else
 #define        BOOT                            /* also have bootstrap in "boot area" */
 #define        BOOTDIR _PATH_BOOTDIR           /* source of boot binaries */
 #else