make mount ignore -n when CONFIG_FEATURE_MTAB_SUPPORT is disabled

This commit is contained in:
Eric Andersen 2004-04-12 15:02:53 +00:00
parent 19efb3dc59
commit ee4b7d496d

View File

@ -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 */
}