From 8ad8452bd4c283e769df609d11c5117c07e3b512 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Wed, 5 Mar 2003 18:48:47 +0000 Subject: Remove local hack that somehow slipped into the previous commit. MFC after: 20 days --- usr.sbin/sysinstall/devices.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/sysinstall') diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c index 835233d303cd..77fe47d100f2 100644 --- a/usr.sbin/sysinstall/devices.c +++ b/usr.sbin/sysinstall/devices.c @@ -447,7 +447,7 @@ skipif: Disk *d; /* Ignore memory disks */ - if (!strncmp(names[i], "m_d", 2)) + if (!strncmp(names[i], "md", 2)) continue; d = Open_Disk(names[i]); -- cgit v1.3