Remove local hack that somehow slipped into the previous commit.

MFC after:	20 days
This commit is contained in:
Maxim Sobolev 2003-03-05 18:48:47 +00:00
parent 4becbcddc0
commit 8ad8452bd4
2 changed files with 2 additions and 2 deletions

View File

@ -447,7 +447,7 @@ deviceGetAll(void)
Disk *d;
/* Ignore memory disks */
if (!strncmp(names[i], "m_d", 2))
if (!strncmp(names[i], "md", 2))
continue;
d = Open_Disk(names[i]);

View File

@ -447,7 +447,7 @@ deviceGetAll(void)
Disk *d;
/* Ignore memory disks */
if (!strncmp(names[i], "m_d", 2))
if (!strncmp(names[i], "md", 2))
continue;
d = Open_Disk(names[i]);