diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-11-06 03:25:56 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-11-06 03:25:56 +0000 |
commit | f3b4d13e582a5da0bdddf74af73d955a5867d329 (patch) | |
tree | 9343cfd7ab32ed20c51f391ab0d8f8475ef6472c /sbin/fdisk | |
parent | 805ece8823fc6a195b41d3a89c8e463320ad905d (diff) | |
download | FreeBSD-src-f3b4d13e582a5da0bdddf74af73d955a5867d329.zip FreeBSD-src-f3b4d13e582a5da0bdddf74af73d955a5867d329.tar.gz |
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 <jbackus@plex.nl>
Diffstat (limited to 'sbin/fdisk')
-rw-r--r-- | sbin/fdisk/fdisk.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c index ef274e1..7908243 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 <sys/disklabel.h> @@ -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"} |