Mike Frysinger e885d5300a 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
2006-01-08 11:15:34 +00:00
..
2001-10-24 06:53:33 +00:00
2005-12-13 08:21:33 +00:00
2003-03-19 09:13:01 +00:00
2006-01-08 11:15:34 +00:00
2006-01-04 00:04:08 +00:00