projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a97ef8e
)
Backport fix.
author
Matt Kraai
<kraai@debian.org>
Thu, 4 Oct 2001 18:44:28 +0000
(18:44 -0000)
committer
Matt Kraai
<kraai@debian.org>
Thu, 4 Oct 2001 18:44:28 +0000
(18:44 -0000)
busybox/libbb/mtab_file.c
patch
|
blob
|
history
diff --git
a/busybox/libbb/mtab_file.c
b/busybox/libbb/mtab_file.c
index c872b9a715652a6741295ee425daeeb0b55d9479..56f8e06abb404b44a22ca645bfbd3bc890231d32 100644
(file)
--- 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_M
OUNT_M
TAB_SUPPORT
+#if defined BB_FEATURE_MTAB_SUPPORT
const char mtab_file[] = "/etc/mtab";
#else
# if defined BB_FEATURE_USE_DEVPS_PATCH