summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-03-13 22:41:04 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-03-13 22:41:04 +0000
commitbd0d52a022b4c7a44957ca1a66183e9c86f241c3 (patch)
tree8fcdf9c109adcdf90c9c4f9b60345625066a4769 /sbin
parenta76b14f093769b70c501ce0f8d0edc50396c3103 (diff)
Remove duplicate Amoeba entries.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/fdisk/part.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/fdisk/part.c b/sbin/fdisk/part.c
index b70891c1e5e..ba1a80c0729 100644
--- a/sbin/fdisk/part.c
+++ b/sbin/fdisk/part.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: part.c,v 1.30 2002/06/09 08:13:05 todd Exp $ */
+/* $OpenBSD: part.c,v 1.31 2003/03/13 22:41:03 miod Exp $ */
/*
* Copyright (c) 1997 Tobias Weingartner
@@ -107,8 +107,6 @@ static const struct part_type {
{ 0x81, "Minix (new) ", "Minix 1.4b ... 1.5.10"},
{ 0x82, "Linux swap ", "Linux swap"},
{ 0x83, "Linux files*", "Linux filesystem"},
- { 0x93, "Amoeba file*", "Amoeba filesystem"},
- { 0x94, "Amoeba BBT ", "Amoeba bad block table"},
{ 0x84, "OS/2 hidden ", "OS/2 hidden C: drive"},
{ 0x85, "Linux ext. ", "Linux extended"},
{ 0x86, "NT FAT VS ", "NT FAT volume set"},