aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-09-22 22:36:57 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-09-22 22:36:57 +0000
commitd5ebbcdf85ca3eb09326519de3fb2d6e54da1430 (patch)
tree54a94010b9fdef56f2490600b20ed389debef170 /lib/libc
parent9d1275ccf45077b4b4eb67c885f12d7d7f5b7ece (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/getvfsent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/getvfsent.c b/lib/libc/gen/getvfsent.c
index fb86a84f2b1a1..80b7555720ce2 100644
--- a/lib/libc/gen/getvfsent.c
+++ b/lib/libc/gen/getvfsent.c
@@ -233,7 +233,7 @@ vfsload(const char *name)
snprintf(name_mod, sizeof name_mod, "%s%s", name, "_mod");
status = execlp("modload", "modload", "-e", name_mod, "-o", name_mod,
- path, (const char *)0);
+ "-u", "-q", path, (const char *)0);
exit(status ? errno : 0);
}