busybox/include
Eric Andersen b24d65659f If find_pid_by_name() had an error, it was returning -1, but storing
that into a pid_t, which is unsigned on a number archs.  Furthermore,
find_pid_by_name() would _never_ return an error if the intended proces
was "init", but instead would return 1, meaning we would fail to work
on 2.4.x kernels running an initrd...
 -Erik
2001-12-06 14:52:32 +00:00
..
.cvsignore Ignore generated files 2001-10-24 06:53:33 +00:00
applets.h Patch from Steve Merrifield <steve@labyrinth.net.au> to 2001-12-06 07:42:04 +00:00
busybox.h Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
dump.h Required for od and hexdump applets 2001-11-02 11:40:44 +00:00
grp.h Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
inet_common.h I forgot to add these. Part of the patch from vodz 2001-11-10 12:18:42 +00:00
libbb.h If find_pid_by_name() had an error, it was returning -1, but storing 2001-12-06 14:52:32 +00:00
pwd.h Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
unarchive.h include unistd which provides off_t for the header and hence unarchive applets 2001-10-27 14:10:37 +00:00
usage.h Patch from Steve Merrifield <steve@labyrinth.net.au> to 2001-12-06 07:42:04 +00:00