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:
04095e5
)
Fixed a BB_MTAB #define buglet reported by Magnus Damm.
author
Mark Whitley
<markw@lineo.com>
Wed, 25 Apr 2001 17:03:40 +0000
(17:03 -0000)
committer
Mark Whitley
<markw@lineo.com>
Wed, 25 Apr 2001 17:03:40 +0000
(17:03 -0000)
libbb/mtab_file.c
patch
|
blob
|
history
diff --git
a/libbb/mtab_file.c
b/libbb/mtab_file.c
index d9c3de3c3e3e761eb93a9566d95531c7b50ceecc..c872b9a715652a6741295ee425daeeb0b55d9479 100644
(file)
--- 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