summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2001-03-16 19:02:15 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2001-03-16 19:02:15 +0000
commit363d98d99835cb3e09a7da45efc5ea2d1ac4014b (patch)
tree4049e783e72016b14fd804933207b502596a60b7
parentb5782d9edc3309a67d99e373e790e939e91c5878 (diff)
0x9f == BSDI, ok millert@
-rw-r--r--sbin/fdisk/part.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/fdisk/part.c b/sbin/fdisk/part.c
index 4eeff9b5937..d499ca22bcd 100644
--- a/sbin/fdisk/part.c
+++ b/sbin/fdisk/part.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: part.c,v 1.18 2000/07/01 21:49:12 mickey Exp $ */
+/* $OpenBSD: part.c,v 1.19 2001/03/16 19:02:14 markus Exp $ */
/*
* Copyright (c) 1997 Tobias Weingartner
@@ -87,6 +87,7 @@ static struct part_type {
{ 0x83, "Linux files*", "Linux filesystem"},
{ 0x93, "Amoeba file*", "Amoeba filesystem"},
{ 0x94, "Amoeba BBT ", "Amoeba bad block table"},
+ { 0x9f, "BSDI ", "BSDI BSD/OS"},
{ 0xA0, "NotebookSave", "Phoenix NoteBIOS save-to-disk"},
{ 0xA5, "FreeBSD ", "FreeBSD"},
{ 0xA6, "OpenBSD ", "OpenBSD"},