diff options
author | Mike Fulbright <msf@redhat.com> | 2003-05-01 20:05:36 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2003-05-01 20:05:36 +0000 |
commit | 1bb315fbdb2228ca281714398b8dfde52a356953 (patch) | |
tree | d3b0838e4781330a0435e586302734ba5ebdad99 /loader2/usb.c | |
parent | f41839f15346dd983982c2f101e87d9a9d6c3c09 (diff) | |
download | anaconda-1bb315fbdb2228ca281714398b8dfde52a356953.tar.gz anaconda-1bb315fbdb2228ca281714398b8dfde52a356953.tar.xz anaconda-1bb315fbdb2228ca281714398b8dfde52a356953.zip |
rest of remount tweaks
Diffstat (limited to 'loader2/usb.c')
-rw-r--r-- | loader2/usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/usb.c b/loader2/usb.c index bea93d333..c619a3900 100644 --- a/loader2/usb.c +++ b/loader2/usb.c @@ -97,7 +97,7 @@ int usbInitialize(moduleList modLoaded, moduleDeps modDeps, if (FL_TESTING(flags)) return 0; if (doPwMount("/proc/bus/usb", "/proc/bus/usb", "usbdevfs", 0, 0, - NULL, NULL, 0)) + NULL, NULL, 0, 0)) logMessage("failed to mount device usbdevfs: %s", strerror(errno)); /* sleep so we make sure usb devices get properly enumerated. |