Add partition type 0x12.
authordownsj <downsj@openbsd.org>
Sun, 6 Apr 1997 23:54:44 +0000 (23:54 +0000)
committerdownsj <downsj@openbsd.org>
Sun, 6 Apr 1997 23:54:44 +0000 (23:54 +0000)
sbin/fdisk/fdisk.c

index 08456cc..f3edd78 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: fdisk.c,v 1.13 1997/04/02 05:30:05 mickey Exp $       */
+/*     $OpenBSD: fdisk.c,v 1.14 1997/04/06 23:54:44 downsj Exp $       */
 /*     $NetBSD: fdisk.c,v 1.11 1995/10/04 23:11:19 ghudson Exp $       */
 
 /*
@@ -28,7 +28,7 @@
  */
 
 #ifndef lint
-static char rcsid[] = "$OpenBSD: fdisk.c,v 1.13 1997/04/02 05:30:05 mickey Exp $";
+static char rcsid[] = "$OpenBSD: fdisk.c,v 1.14 1997/04/06 23:54:44 downsj Exp $";
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -105,6 +105,7 @@ struct part_type {
        { 0x0A, "OS/2 Boot Manager or OPUS"},
        { 0x0B, "Primary Windows 95 with 32 bit FAT"},
        { 0x10, "OPUS"},
+       { 0x12, "Compaq Diagnostics"},
        { 0x40, "VENIX 286"},
        { 0x50, "DM"},
        { 0x51, "DM"},