aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2001-04-25 17:03:40 +0000
committerMark Whitley <markw@lineo.com>2001-04-25 17:03:40 +0000
commit4f3558af1774569b3de73bd45232d2dacb4fb71e (patch)
treec77e81f77219076a0086c1c472a5958fc61c323f /libbb
parent04095e58fb4d3a083f77962714080ffe8139b39c (diff)
downloadbusybox-4f3558af1774569b3de73bd45232d2dacb4fb71e.tar.gz
Fixed a BB_MTAB #define buglet reported by Magnus Damm.
Diffstat (limited to 'libbb')
-rw-r--r--libbb/mtab_file.c2
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 @@
/* Busybox mount uses either /proc/mounts or /dev/mtab to
* get the list of currently mounted filesystems */
-#if defined BB_MTAB
+#if defined BB_FEATURE_MOUNT_MTAB_SUPPORT
const char mtab_file[] = "/etc/mtab";
#else
# if defined BB_FEATURE_USE_DEVPS_PATCH