This is vodz' latest patch. Sorry it took so long...
authorEric Andersen <andersen@codepoet.org>
Tue, 17 Jul 2001 01:12:36 +0000 (01:12 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 17 Jul 2001 01:12:36 +0000 (01:12 -0000)
commit044228d5ecb9b79397f9fc915d046cf4538281e2
tree4c43e4947b0196d807249f8f6e1c9c679b6bbcde
parent51ded05b3bf4df6f126420d39a40d27ea0728aa9
This is vodz' latest patch.  Sorry it took so long...
    1) ping cleanup (compile fix from this patch already applied).
    2) traceroute call not spare ntohl() now (and reduce size);
    3) Fix for functions not declared static in insmod, ash, vi and mount.
    4) a more simple API cmdedit :))
    5) adds "stopped jobs" warning to ash on Ctrl-D and fixes "ignoreeof" option
    6) reduce exporting library function index->strchr (traceroute), bzero->memset (syslogd)
21 files changed:
archival/libunarchive/decompress_unzip.c
archival/libunarchive/unzip.c
ash.c
cmdedit.c
cmdedit.h
editors/vi.c
insmod.c
libbb/unzip.c
modutils/insmod.c
mount.c
networking/ping.c
networking/traceroute.c
ping.c
shell/ash.c
shell/cmdedit.c
shell/cmdedit.h
sysklogd/syslogd.c
syslogd.c
traceroute.c
util-linux/mount.c
vi.c