From ee4b7d496d89c9994c79604014eb23fd087c0917 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 12 Apr 2004 15:02:53 +0000 Subject: make mount ignore -n when CONFIG_FEATURE_MTAB_SUPPORT is disabled --- util-linux/mount.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util-linux/mount.c') diff --git a/util-linux/mount.c b/util-linux/mount.c index 098e63663..3a241540e 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -402,11 +402,11 @@ extern int mount_main(int argc, char **argv) case 'f': fakeIt = TRUE; break; -#ifdef CONFIG_FEATURE_MTAB_SUPPORT case 'n': +#ifdef CONFIG_FEATURE_MTAB_SUPPORT useMtab = FALSE; - break; #endif + break; case 'v': break; /* ignore -v */ } -- cgit v1.2.3