Fix BB_FEATURE_MTAB_SUPPORT test (report and patch by Magnus Damm).

This commit is contained in:
Matt Kraai 2001-10-04 15:23:34 +00:00
parent b0a0fc8944
commit 54a992d81e

View File

@ -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