mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
Add an entry for the new NetBSD partition id.
This commit is contained in:
parent
d1b7313fca
commit
ef80de33ad
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40947
@ -26,7 +26,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static const char rcsid[] =
|
||||
"$Id: fdisk.c,v 1.24 1998/09/16 19:25:47 obrien Exp $";
|
||||
"$Id: fdisk.c,v 1.25 1998/11/06 03:25:56 jkoshy Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/disklabel.h>
|
||||
@ -200,6 +200,7 @@ struct part_type
|
||||
,{0xA5, "FreeBSD/NetBSD/386BSD"}
|
||||
,{0xA6, "OpenBSD"}
|
||||
,{0xA7, "NEXTSTEP"}
|
||||
,{0xA9, "NetBSD"}
|
||||
,{0xB7, "BSDI BSD/386 filesystem"}
|
||||
,{0xB8, "BSDI BSD/386 swap"}
|
||||
,{0xDB, "Concurrent CPM or C.DOS or CTOS"}
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#ifndef lint
|
||||
static const char rcsid[] =
|
||||
"$Id: fdisk.c,v 1.24 1998/09/16 19:25:47 obrien Exp $";
|
||||
"$Id: fdisk.c,v 1.25 1998/11/06 03:25:56 jkoshy Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/disklabel.h>
|
||||
@ -200,6 +200,7 @@ struct part_type
|
||||
,{0xA5, "FreeBSD/NetBSD/386BSD"}
|
||||
,{0xA6, "OpenBSD"}
|
||||
,{0xA7, "NEXTSTEP"}
|
||||
,{0xA9, "NetBSD"}
|
||||
,{0xB7, "BSDI BSD/386 filesystem"}
|
||||
,{0xB8, "BSDI BSD/386 swap"}
|
||||
,{0xDB, "Concurrent CPM or C.DOS or CTOS"}
|
||||
|
Loading…
Reference in New Issue
Block a user