mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h>
authorEric Andersen <andersen@codepoet.org>
Tue, 22 Oct 2002 20:08:51 +0000 (20:08 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 22 Oct 2002 20:08:51 +0000 (20:08 -0000)
commit080ddc1c199743fe2f46db5e877157cff602c93f
tree8f7f7b07b83d86368295dda46e91f9b1446017a7
parent5e02c67331a12e710aefd2fbdde06b671c306df7
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
miscutils/crond.c
miscutils/crontab.c