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
git-svn-id: svn://busybox.net/trunk/busybox@5691
69ca8d6d-28ef-0310-b511-
8ec308f3f277
#include <time.h>
#include <dirent.h>
#include <fcntl.h>
-#include <pwd.h>
#include <unistd.h>
-#include <grp.h>
#include <syslog.h>
#include <signal.h>
#include <getopt.h>
#include <time.h>
#include <dirent.h>
#include <fcntl.h>
-#include <pwd.h>
#include <unistd.h>
-#include <grp.h>
#include <syslog.h>
#include <signal.h>
#include <getopt.h>