summaryrefslogtreecommitdiff
path: root/sbin/fdisk
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2008-05-31 09:45:02 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2008-05-31 09:45:02 +0000
commit03a17abde7dabbfe42f3f796dd8a3115d6d0a788 (patch)
treea33f303f3fedfc5141f10a7cdc1da54ded18ec6e /sbin/fdisk
parentf40aeaea452fb2824288f545b8ba74b9c017594a (diff)
add hfs+ type. deraadt@ ok
Diffstat (limited to 'sbin/fdisk')
-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 4dfede2bd93..3eb2b868d54 100644
--- a/sbin/fdisk/part.c
+++ b/sbin/fdisk/part.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: part.c,v 1.46 2008/02/18 21:33:05 sobrado Exp $ */
+/* $OpenBSD: part.c,v 1.47 2008/05/31 09:45:01 fgsch Exp $ */
/*
* Copyright (c) 1997 Tobias Weingartner
@@ -118,6 +118,7 @@ static const struct part_type {
{ 0xA8, "MacOS X "}, /* MacOS X main partition */
{ 0xA9, "NetBSD "}, /* NetBSD */
{ 0xAB, "MacOS X boot"}, /* MacOS X boot partition */
+ { 0xAF, "MacOS X HFS+"}, /* MacOS X HFS+ partition */
{ 0xB7, "BSDI filesy*"}, /* BSDI BSD/386 filesystem */
{ 0xB8, "BSDI swap "}, /* BSDI BSD/386 swap */
{ 0xBF, "Solaris "}, /* Solaris */