hush/include
Eric Andersen 93d7fba892 Tito, farmatito at tiscali dot it writes:
Hi to all,
This patch is useful for:
1) remove an unused var from extern char *find_real_root_device_name(const char* name)
    changing it to extern char *find_real_root_device_name(void).
2) fixes include/libbb.h, coreutils/df.c, util-linux/mount.c and  util-linux/umount.c accordingly.
3) fixes a bug, really a false positive,  in find_real_root_device_name() that happens if
    in the /dev directory exists a link named root (/dev/root) that should be skipped but
    is not. This affects applets like df that display wrong results
2004-08-03 00:14:02 +00:00
..
.cvsignore
applets.h
busybox.h
dump.h
grp_.h
inet_common.h
libbb.h Tito, farmatito at tiscali dot it writes: 2004-08-03 00:14:02 +00:00
pwd_.h
shadow_.h
unarchive.h
usage.h Patch from Felipe Kellermann, fixup usage for pidof, poweroff, remove 2004-07-23 06:06:21 +00:00