summaryrefslogtreecommitdiff
path: root/fdisk/i386_sys_types.c
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2009-02-04 12:39:02 +0100
committerKarel Zak <kzak@redhat.com>2009-02-04 12:39:02 +0100
commit9ca1a11bf96f9732037c5027124f84c31bc4d252 (patch)
tree762e80e24f78b93b1e930b9113b3717304f3e3ac /fdisk/i386_sys_types.c
parent6c00cbbe97e7cf9cb640d62e5793cfcad44b1ae6 (diff)
downloadutil-linux-old-9ca1a11bf96f9732037c5027124f84c31bc4d252.tar.gz
fdisk: add 0xaf HFS / HFS partition type
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fdisk/i386_sys_types.c')
-rw-r--r--fdisk/i386_sys_types.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fdisk/i386_sys_types.c b/fdisk/i386_sys_types.c
index c1391cb3..e37ec51a 100644
--- a/fdisk/i386_sys_types.c
+++ b/fdisk/i386_sys_types.c
@@ -71,6 +71,7 @@ struct systypes i386_sys_types[] = {
{0xa8, N_("Darwin UFS")},
{0xa9, N_("NetBSD")},
{0xab, N_("Darwin boot")},
+ {0xaf, N_("HFS / HFS+")},
{0xb7, N_("BSDI fs")},
{0xb8, N_("BSDI swap")},
{0xbb, N_("Boot Wizard hidden")},