Terminate the defdrives array correctly. (Shame, Rod!)
Submitted by: Scott Michel <scottm@cs.ucla.edu>
This commit is contained in:
parent
3d2b8efaa1
commit
1717c90cc3
@ -44,7 +44,7 @@ char *defdrives[] = { 0 };
|
||||
*/
|
||||
#include <i386/isa/isa_device.h>
|
||||
|
||||
char *defdrives[] = { "wd0", "wd1", "sd0", "sd1" };
|
||||
char *defdrives[] = { "wd0", "wd1", "sd0", "sd1", 0 };
|
||||
|
||||
int
|
||||
read_names()
|
||||
|
Loading…
x
Reference in New Issue
Block a user