From 983b51b17bb36e5b77cb160abdfbcf9d25675dd9 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Tue, 4 Apr 2000 18:14:25 +0000 Subject: minor changes to mount/umount to support-by-ignoring the "-v" flag. Added optional core dumping as a feature for init, and include a rewrite of syslogd so that it now supports multiple concurrent connections. -Erik --- mount.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mount.c') diff --git a/mount.c b/mount.c index 30a060f..329c077 100644 --- a/mount.c +++ b/mount.c @@ -418,6 +418,7 @@ extern int mount_main(int argc, char **argv) break; #endif case 'v': + break; /* ignore -v */ case 'h': case '-': goto goodbye; -- cgit v1.1