Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-10-04 22:44:28 +0400
committerMatt Kraai <kraai@debian.org>2001-10-04 22:44:28 +0400
commit75851b363b910b9991c9108e5f1e4e08ddbc9ccf (patch)
treeff7a8e1b6d122d3e8e9f261f3207346b668205d8
parenta97ef8eed4e4f7af239b5ec03b4bc2c248469b83 (diff)
Backport fix.
-rw-r--r--busybox/libbb/mtab_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox/libbb/mtab_file.c b/busybox/libbb/mtab_file.c
index c872b9a71..56f8e06ab 100644
--- a/busybox/libbb/mtab_file.c
+++ b/busybox/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_FEATURE_MOUNT_MTAB_SUPPORT
+#if defined BB_FEATURE_MTAB_SUPPORT
const char mtab_file[] = "/etc/mtab";
#else
# if defined BB_FEATURE_USE_DEVPS_PATCH