summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/disk.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-05-30 15:18:30 +0000
committermsmith <msmith@FreeBSD.org>2000-05-30 15:18:30 +0000
commit6af3825c82c787ac338dc18d0360380600e586e2 (patch)
tree3141d517a8f627f1e794934c9f76b600db31662d /lib/libdisk/disk.c
parent0e201f3645c702f6f4a4e3b53c31362feafcfe3f (diff)
downloadFreeBSD-src-6af3825c82c787ac338dc18d0360380600e586e2.zip
FreeBSD-src-6af3825c82c787ac338dc18d0360380600e586e2.tar.gz
De-support 'wd'; with it making a dual appearance with 'ad', things
depending on libdisk to detect a list of actually-there disk devices were providing duplicate entries (eg. sysinstall).
Diffstat (limited to 'lib/libdisk/disk.c')
-rw-r--r--lib/libdisk/disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdisk/disk.c b/lib/libdisk/disk.c
index 396dcfe..b05571c 100644
--- a/lib/libdisk/disk.c
+++ b/lib/libdisk/disk.c
@@ -441,7 +441,7 @@ Collapse_Disk(struct disk *d)
}
#endif
-static char * device_list[] = {"wd", "ad", "da", "afd", "fla", "idad", "mlxd", "amrd", "twed", "fd", 0};
+static char * device_list[] = {"ad", "da", "afd", "fla", "idad", "mlxd", "amrd", "twed", "fd", 0};
char **
Disk_Names()
OpenPOWER on IntegriCloud