diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-03-13 22:41:04 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-03-13 22:41:04 +0000 |
commit | bd0d52a022b4c7a44957ca1a66183e9c86f241c3 (patch) | |
tree | 8fcdf9c109adcdf90c9c4f9b60345625066a4769 /sbin | |
parent | a76b14f093769b70c501ce0f8d0edc50396c3103 (diff) |
Remove duplicate Amoeba entries.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/fdisk/part.c | 4 |
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"}, |