Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sbin/fdisk Pull up revision 1.55 (requested by jdarrow ...
details: https://anonhg.NetBSD.org/src/rev/44f30c98a4a0
branches: netbsd-1-6
changeset: 530250:44f30c98a4a0
user: tron <tron%NetBSD.org@localhost>
date: Mon Jun 02 15:11:30 2003 +0000
description:
Pull up revision 1.55 (requested by jdarrow in ticket #1205):
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 ba60baaa6fa8 -r 44f30c98a4a0 sbin/fdisk/fdisk.c
--- a/sbin/fdisk/fdisk.c Mon Jun 02 15:09:38 2003 +0000
+++ b/sbin/fdisk/fdisk.c Mon Jun 02 15:11:30 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fdisk.c,v 1.52.2.1 2003/01/11 23:25:58 jmc Exp $ */
+/* $NetBSD: fdisk.c,v 1.52.2.2 2003/06/02 15:11:30 tron Exp $ */
/*
* Mach Operating System
@@ -29,7 +29,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: fdisk.c,v 1.52.2.1 2003/01/11 23:25:58 jmc Exp $");
+__RCSID("$NetBSD: fdisk.c,v 1.52.2.2 2003/06/02 15:11:30 tron 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