From d1b7313fca60ffbee7314bfa1fe60f511450e762 Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Fri, 6 Nov 1998 03:25:56 +0000 Subject: [PATCH] Add an entry for BSD/OS [23].x partition types. I don't have access to a BSD/OS machine to check the veracity of the magic number. However, no harm will be done by the commit and since someone was motivated enough to file a PR, I'm committing the change. PR: 7629 Submitted by: Jos Backus --- sbin/fdisk/fdisk.c | 3 ++- sbin/i386/fdisk/fdisk.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c index ef274e118d30..7908243ef83e 100644 --- a/sbin/fdisk/fdisk.c +++ b/sbin/fdisk/fdisk.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: fdisk.c,v 1.23 1998/07/06 06:44:36 charnier Exp $"; + "$Id: fdisk.c,v 1.24 1998/09/16 19:25:47 obrien Exp $"; #endif /* not lint */ #include @@ -196,6 +196,7 @@ struct part_type ,{0x83, "Linux filesystem"} ,{0x93, "Amoeba filesystem"} ,{0x94, "Amoeba bad block table"} + ,{0x9F, "BSD/OS"} ,{0xA5, "FreeBSD/NetBSD/386BSD"} ,{0xA6, "OpenBSD"} ,{0xA7, "NEXTSTEP"} diff --git a/sbin/i386/fdisk/fdisk.c b/sbin/i386/fdisk/fdisk.c index ef274e118d30..7908243ef83e 100644 --- a/sbin/i386/fdisk/fdisk.c +++ b/sbin/i386/fdisk/fdisk.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: fdisk.c,v 1.23 1998/07/06 06:44:36 charnier Exp $"; + "$Id: fdisk.c,v 1.24 1998/09/16 19:25:47 obrien Exp $"; #endif /* not lint */ #include @@ -196,6 +196,7 @@ struct part_type ,{0x83, "Linux filesystem"} ,{0x93, "Amoeba filesystem"} ,{0x94, "Amoeba bad block table"} + ,{0x9F, "BSD/OS"} ,{0xA5, "FreeBSD/NetBSD/386BSD"} ,{0xA6, "OpenBSD"} ,{0xA7, "NEXTSTEP"}