aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authormarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-25 17:03:40 +0000
committermarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-25 17:03:40 +0000
commit3cc19296d0c98b6f867e04cf861f95915dbaf15a (patch)
treec77e81f77219076a0086c1c472a5958fc61c323f /libbb
parente54544c3c4d44b12f9e8acc497efb6162c30836f (diff)
downloadbusybox-w32-3cc19296d0c98b6f867e04cf861f95915dbaf15a.tar.gz
busybox-w32-3cc19296d0c98b6f867e04cf861f95915dbaf15a.tar.bz2
busybox-w32-3cc19296d0c98b6f867e04cf861f95915dbaf15a.zip
Fixed a BB_MTAB #define buglet reported by Magnus Damm.
git-svn-id: svn://busybox.net/trunk/busybox@2434 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 @@
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
35const char mtab_file[] = "/etc/mtab"; 35const 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