diff options
Diffstat (limited to 'mount.c')
-rw-r--r-- | mount.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -160,7 +160,7 @@ do_mount(char *specialfile, char *dir, char *filesystemtype, | |||
160 | /* If the mount was sucessful, do anything needed, then return TRUE */ | 160 | /* If the mount was sucessful, do anything needed, then return TRUE */ |
161 | if (status == 0 || fakeIt==TRUE) { | 161 | if (status == 0 || fakeIt==TRUE) { |
162 | 162 | ||
163 | #if defined BB_MTAB | 163 | #if defined BB_FEATURE_MTAB_SUPPORT |
164 | if (useMtab == TRUE) { | 164 | if (useMtab == TRUE) { |
165 | erase_mtab(specialfile); // Clean any stale entries | 165 | erase_mtab(specialfile); // Clean any stale entries |
166 | write_mtab(specialfile, dir, filesystemtype, flags, mtab_opts); | 166 | write_mtab(specialfile, dir, filesystemtype, flags, mtab_opts); |
@@ -385,7 +385,7 @@ extern int mount_main(int argc, char **argv) | |||
385 | case 'f': | 385 | case 'f': |
386 | fakeIt = TRUE; | 386 | fakeIt = TRUE; |
387 | break; | 387 | break; |
388 | #ifdef BB_MTAB | 388 | #ifdef BB_FEATURE_MTAB_SUPPORT |
389 | case 'n': | 389 | case 'n': |
390 | useMtab = FALSE; | 390 | useMtab = FALSE; |
391 | break; | 391 | break; |