Fixed a BB_MTAB #define buglet reported by Magnus Damm.

This commit is contained in:
Mark Whitley 2001-04-25 17:03:40 +00:00
parent 04095e58fb
commit 4f3558af17

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_MTAB
#if defined BB_FEATURE_MOUNT_MTAB_SUPPORT
const char mtab_file[] = "/etc/mtab";
#else
# if defined BB_FEATURE_USE_DEVPS_PATCH