commit | 54a992d81e4a875e1710e188a3593fa9762e06a4 | [log] [tgz] |
---|---|---|
author | Matt Kraai <kraai@debian.org> | Thu Oct 04 15:23:34 2001 +0000 |
committer | Matt Kraai <kraai@debian.org> | Thu Oct 04 15:23:34 2001 +0000 |
tree | 4b2f5a87ff49f8791935b3124f5afbf8920786fd | |
parent | b0a0fc89446c5f3851a9ec42f64cf16297cda0fd [diff] |
Fix BB_FEATURE_MTAB_SUPPORT test (report and patch by Magnus Damm).
diff --git a/libbb/mtab_file.c b/libbb/mtab_file.c index c872b9a..56f8e06 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_FEATURE_MOUNT_MTAB_SUPPORT +#if defined BB_FEATURE_MTAB_SUPPORT const char mtab_file[] = "/etc/mtab"; #else # if defined BB_FEATURE_USE_DEVPS_PATCH