mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
Somehow while applying the bb_do_delay patch a change slipped in libbb.h that broke compilation. libbb.h Line 355 extern char bb_path_mtab_file[]; This conflicts with mtab_file.c #if defined(CONFIG_FEATURE_MTAB_SUPPORT) const char bb_path_mtab_file[] = "/etc/mtab"; #else const char bb_path_mtab_file[] = "/proc/mounts"; #endif |
||
|---|---|---|
| .. | ||
| .cvsignore | ||
| applets.h | ||
| busybox.h | ||
| dump.h | ||
| grp_.h | ||
| inet_common.h | ||
| libbb.h | ||
| pwd_.h | ||
| shadow_.h | ||
| unarchive.h | ||
| usage.h | ||
| xregex.h | ||