Tito writes:
authorMike Frysinger <vapier@gentoo.org>
Sun, 8 Jan 2006 11:15:34 +0000 (11:15 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sun, 8 Jan 2006 11:15:34 +0000 (11:15 -0000)
commite885d5300a2a087e552b5b4ed5d3602d49a3fde9
treec19caaa83303e2fe0934204fb2891e456b7663f4
parent84cb76733f0e5853a6c7c2f64b1c168e61dfd933
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
include/libbb.h