diff options
-rw-r--r-- | libbb/mtab_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/mtab_file.c b/libbb/mtab_file.c index d9c3de3c3..c872b9a71 100644 --- a/libbb/mtab_file.c +++ b/libbb/mtab_file.c | |||
@@ -31,7 +31,7 @@ | |||
31 | 31 | ||
32 | /* Busybox mount uses either /proc/mounts or /dev/mtab to | 32 | /* Busybox mount uses either /proc/mounts or /dev/mtab to |
33 | * get the list of currently mounted filesystems */ | 33 | * get the list of currently mounted filesystems */ |
34 | #if defined BB_MTAB | 34 | #if defined BB_FEATURE_MOUNT_MTAB_SUPPORT |
35 | const char mtab_file[] = "/etc/mtab"; | 35 | const char mtab_file[] = "/etc/mtab"; |
36 | #else | 36 | #else |
37 | # if defined BB_FEATURE_USE_DEVPS_PATCH | 37 | # if defined BB_FEATURE_USE_DEVPS_PATCH |