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>
This commit is contained in:
Joseph Koshy 1998-11-06 03:25:56 +00:00
parent f9d919e98f
commit d1b7313fca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40946
2 changed files with 4 additions and 2 deletions

View File

@ -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"}

View File

@ -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"}