diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-08 11:15:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-08 11:15:34 +0000 |
commit | e885d5300a2a087e552b5b4ed5d3602d49a3fde9 (patch) | |
tree | c19caaa83303e2fe0934204fb2891e456b7663f4 /coreutils/id.c | |
parent | 84cb76733f0e5853a6c7c2f64b1c168e61dfd933 (diff) | |
download | busybox-e885d5300a2a087e552b5b4ed5d3602d49a3fde9.tar.gz |
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
Diffstat (limited to 'coreutils/id.c')
0 files changed, 0 insertions, 0 deletions