summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-11-10 17:29:42 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-11-10 17:29:42 +0000
commit0e3852e43fedeb8492625910e8a15566a17d627e (patch)
tree4351b08b52c9df90e857ea83659953f014072a43 /sbin
parent77b39910ea72ae78b0154ea4cadb3e52a440e3ba (diff)
0xBF is new Solaris ID; lclee@west.sun.com
Diffstat (limited to 'sbin')
-rw-r--r--sbin/fdisk/part.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/fdisk/part.c b/sbin/fdisk/part.c
index 7c27afeda98..6047aba3295 100644
--- a/sbin/fdisk/part.c
+++ b/sbin/fdisk/part.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: part.c,v 1.39 2004/08/03 09:22:03 otto Exp $ */
+/* $OpenBSD: part.c,v 1.40 2004/11/10 17:29:41 deraadt Exp $ */
/*
* Copyright (c) 1997 Tobias Weingartner
@@ -119,6 +119,7 @@ static const struct part_type {
{ 0xAB, "MacOS X boot"}, /* MacOS X boot partition */
{ 0xB7, "BSDI filesy*"}, /* BSDI BSD/386 filesystem */
{ 0xB8, "BSDI swap "}, /* BSDI BSD/386 swap */
+ { 0xBF, "Solaris "}, /* Solaris */
{ 0xC0, "CTOS "}, /* CTOS */
{ 0xC1, "DRDOSs FAT12"}, /* DRDOS/sec (FAT-12) */
{ 0xC4, "DRDOSs < 32M"}, /* DRDOS/sec (FAT-16, < 32M) */