mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
Fixed a BB_MTAB #define buglet reported by Magnus Damm.
This commit is contained in:
parent
04095e58fb
commit
4f3558af17
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue