Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/fdisk add partition type 0xaf for Apple HFS.



details:   https://anonhg.NetBSD.org/src/rev/7458483fb36b
branches:  trunk
changeset: 537189:7458483fb36b
user:      dbj <dbj%NetBSD.org@localhost>
date:      Fri Sep 27 23:19:56 2002 +0000

description:
add partition type 0xaf for Apple HFS.

diffstat:

 sbin/fdisk/fdisk.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 1a6f9d181be5 -r 7458483fb36b sbin/fdisk/fdisk.c
--- a/sbin/fdisk/fdisk.c        Fri Sep 27 22:56:24 2002 +0000
+++ b/sbin/fdisk/fdisk.c        Fri Sep 27 23:19:56 2002 +0000
@@ -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 @@
        {0xa8, "Apple UFS"},
        {0xa9, "NetBSD"},
        {0xab, "Apple Boot"},
+       {0xaf, "Apple HFS"},
        {0xb1, reserved},
        {0xb3, reserved},
        {0xb4, reserved},



Home | Main Index | Thread Index | Old Index