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
1_00_stable_10817
Eric Andersen 2002-10-22 20:08:51 +00:00
parent 5e02c67331
commit 080ddc1c19
2 changed files with 0 additions and 4 deletions

View File

@ -22,9 +22,7 @@
#include <time.h> #include <time.h>
#include <dirent.h> #include <dirent.h>
#include <fcntl.h> #include <fcntl.h>
#include <pwd.h>
#include <unistd.h> #include <unistd.h>
#include <grp.h>
#include <syslog.h> #include <syslog.h>
#include <signal.h> #include <signal.h>
#include <getopt.h> #include <getopt.h>

View File

@ -18,9 +18,7 @@
#include <time.h> #include <time.h>
#include <dirent.h> #include <dirent.h>
#include <fcntl.h> #include <fcntl.h>
#include <pwd.h>
#include <unistd.h> #include <unistd.h>
#include <grp.h>
#include <syslog.h> #include <syslog.h>
#include <signal.h> #include <signal.h>
#include <getopt.h> #include <getopt.h>