busybox/miscutils
Eric Andersen 080ddc1c19 mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h>
but this conflicted with the internal pwd_.h and grp_.h.  Removing these
headers is correct, since the correct pwd/grp headers will be included via
busybox.h
 -Erik
2002-10-22 20:08:51 +00:00
..
adjtimex.c
config.in last_patch63 from vodz: add in crond and crontab applets 2002-10-22 12:24:59 +00:00
crond.c mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h> 2002-10-22 20:08:51 +00:00
crontab.c mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h> 2002-10-22 20:08:51 +00:00
dc.c Patch to avoid warnings 2001-12-06 03:29:37 +00:00
dutmp.c last_patch61 from vodz: 2002-10-10 04:20:21 +00:00
makedevs.c vodz' last_patch42_2, which is an updated fix for buffer overflows 2002-06-08 12:44:17 +00:00
Makefile Completely rework the config system so that it no longer annoys me to work on 2002-04-12 12:05:57 +00:00
Makefile.in last_patch63 from vodz: add in crond and crontab applets 2002-10-22 12:24:59 +00:00
mktemp.c
mt.c
readlink.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
time.c Doh. We divide microseconds by 60? 2002-09-30 19:37:48 +00:00
update.c Latest patch from vodz. Adds a check for divide by zero in the posix 2001-08-02 05:02:46 +00:00
watchdog.c