Fix for broken handling off BusyBox's own pwd/grp implementations

[Parts of this patch may overlap with my other two patches]
This commit is contained in:
Robert Griebl
2002-06-04 20:10:23 +00:00
parent c9aca4561d
commit ea1a63a201
12 changed files with 98 additions and 14 deletions

View File

@ -29,9 +29,9 @@
#include <sys/stat.h>
#include <dirent.h>
#include <unistd.h>
#include <pwd.h>
#include "inet_common.h"
#include "busybox.h"
#include "pwd.h"
#ifdef CONFIG_ROUTE
extern void displayroutes(int noresolve, int netstatfmt);