commit | e885d5300a2a087e552b5b4ed5d3602d49a3fde9 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sun Jan 08 11:15:34 2006 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Sun Jan 08 11:15:34 2006 +0000 |
tree | c19caaa83303e2fe0934204fb2891e456b7663f4 | |
parent | 84cb76733f0e5853a6c7c2f64b1c168e61dfd933 [diff] |
Tito writes: 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