aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-03-05 18:48:47 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-03-05 18:48:47 +0000
commit8ad8452bd4c283e769df609d11c5117c07e3b512 (patch)
tree37a42437cb41ad68fb57f0fb9a09c9b16b41c35c /usr.sbin/sysinstall
parent4becbcddc0510aefa54073ed327f449adc0a1acd (diff)
downloadsrc-8ad8452bd4c283e769df609d11c5117c07e3b512.tar.gz
src-8ad8452bd4c283e769df609d11c5117c07e3b512.zip
Remove local hack that somehow slipped into the previous commit.
MFC after: 20 days
Notes
Notes: svn path=/head/; revision=111918
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/devices.c2
1 files changed, 1 insertions, 1 deletions
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]);