add partition type 0xaf for Apple HFS.

This commit is contained in:
dbj 2002-09-27 23:19:56 +00:00
parent 6f48233483
commit bfd495ea39
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: fdisk.c,v 1.54 2002/08/08 13:19:18 soren Exp $ */
/* $NetBSD: fdisk.c,v 1.55 2002/09/27 23:19:56 dbj Exp $ */
/*
* Mach Operating System
@ -29,7 +29,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: fdisk.c,v 1.54 2002/08/08 13:19:18 soren Exp $");
__RCSID("$NetBSD: fdisk.c,v 1.55 2002/09/27 23:19:56 dbj Exp $");
#endif /* not lint */
#include <sys/types.h>
@ -232,6 +232,7 @@ struct part_type {
{0xa8, "Apple UFS"},
{0xa9, "NetBSD"},
{0xab, "Apple Boot"},
{0xaf, "Apple HFS"},
{0xb1, reserved},
{0xb3, reserved},
{0xb4, reserved},