aboutsummaryrefslogtreecommitdiff
path: root/sbin/fdisk/fdisk.c
diff options
context:
space:
mode:
authorAndre Oppermann <andre@FreeBSD.org>2007-05-06 18:48:30 +0000
committerAndre Oppermann <andre@FreeBSD.org>2007-05-06 18:48:30 +0000
commit5b93d331184d1c0d0e8c9160fc4fe16293865204 (patch)
treeeae07d49cf783769be6b7f5b25ecc2c401b4945d /sbin/fdisk/fdisk.c
parent2557913d4b7c559321e6c94a6b6b2c51d89d4786 (diff)
downloadsrc-5b93d331184d1c0d0e8c9160fc4fe16293865204.tar.gz
src-5b93d331184d1c0d0e8c9160fc4fe16293865204.zip
Add Apple HFS+ (0xAF) MBR partition type identificator.
Submitted by: rpaulo (SoC2007 student)
Notes
Notes: svn path=/head/; revision=169324
Diffstat (limited to 'sbin/fdisk/fdisk.c')
-rw-r--r--sbin/fdisk/fdisk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c
index fab164b4f7b2..5b5f174ab99b 100644
--- a/sbin/fdisk/fdisk.c
+++ b/sbin/fdisk/fdisk.c
@@ -193,6 +193,7 @@ static struct part_type
,{0xA7, "NeXTSTEP"}
,{0xA9, "NetBSD"}
,{0xAC, "IBM JFS"}
+ ,{0xAF, "HFS+"}
,{0xB7, "BSDI BSD/386 file system"}
,{0xB8, "BSDI BSD/386 swap"}
,{0xBE, "Solaris x86 boot"}