hush/include
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
..
.cvsignore
applets.h Nothing to see here. Move along. 2005-12-13 08:21:33 +00:00
busybox.h
dump.h
grp_.h
inet_common.h
libbb.h Tito writes: 2006-01-08 11:15:34 +00:00
pwd_.h
shadow_.h
unarchive.h
usage.h make mount usage a bit more terse 2006-01-04 00:04:08 +00:00
xregex.h