summaryrefslogtreecommitdiff
path: root/sbin/fdisk
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-11-07 01:27:34 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-11-07 01:27:34 +0000
commit30a2a19888ac909856240fe388c19aa040d607f2 (patch)
treeefa22643b4fef5628ce601ecfd9fcaf484c4bdfe /sbin/fdisk
parentc1c5c105f41ad5a43d2d86df94c7b57a4e86d03f (diff)
Add MacOS X for Intel (or Darwin for Intel, or whatever the correct
name is) partition ID. ok millert@ mickey@
Diffstat (limited to 'sbin/fdisk')
-rw-r--r--sbin/fdisk/part.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/fdisk/part.c b/sbin/fdisk/part.c
index cf251105eeb..efc61404066 100644
--- a/sbin/fdisk/part.c
+++ b/sbin/fdisk/part.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: part.c,v 1.24 2001/07/02 13:51:18 millert Exp $ */
+/* $OpenBSD: part.c,v 1.25 2001/11/07 01:27:33 miod Exp $ */
/*
* Copyright (c) 1997 Tobias Weingartner
@@ -120,7 +120,9 @@ static const struct part_type {
{ 0xA5, "FreeBSD ", "FreeBSD"},
{ 0xA6, "OpenBSD ", "OpenBSD"},
{ 0xA7, "NEXTSTEP ", "NEXTSTEP"},
+ { 0xA8, "MacOS X ", "MacOS X main partition"},
{ 0xA9, "NetBSD ", "NetBSD"},
+ { 0xAB, "MacOS X boot", "MacOS X boot partition"},
{ 0xB7, "BSDI filesy*", "BSDI BSD/386 filesystem"},
{ 0xB8, "BSDI swap ", "BSDI BSD/386 swap"},
{ 0xC0, "CTOS ", "CTOS"},