diff options
author | sandman <sandman@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-06-04 20:10:23 +0000 |
---|---|---|
committer | sandman <sandman@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-06-04 20:10:23 +0000 |
commit | 833593c5b14bd14e14180776f15a8368f1a5f5dd (patch) | |
tree | 3a71fbfa44c5a0887409c930a682c896aecb7425 /networking | |
parent | 594f51c1b93a4e0b10d23cb5f23deb3ce10bab08 (diff) | |
download | busybox-w32-833593c5b14bd14e14180776f15a8368f1a5f5dd.tar.gz busybox-w32-833593c5b14bd14e14180776f15a8368f1a5f5dd.tar.bz2 busybox-w32-833593c5b14bd14e14180776f15a8368f1a5f5dd.zip |
Fix for broken handling off BusyBox's own pwd/grp implementations
[Parts of this patch may overlap with my other two patches]
git-svn-id: svn://busybox.net/trunk/busybox@4856 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'networking')
-rw-r--r-- | networking/netstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/netstat.c b/networking/netstat.c index b083b0dd4..6e7cc5e7b 100644 --- a/networking/netstat.c +++ b/networking/netstat.c | |||
@@ -29,9 +29,9 @@ | |||
29 | #include <sys/stat.h> | 29 | #include <sys/stat.h> |
30 | #include <dirent.h> | 30 | #include <dirent.h> |
31 | #include <unistd.h> | 31 | #include <unistd.h> |
32 | #include <pwd.h> | ||
33 | #include "inet_common.h" | 32 | #include "inet_common.h" |
34 | #include "busybox.h" | 33 | #include "busybox.h" |
34 | #include "pwd.h" | ||
35 | 35 | ||
36 | #ifdef CONFIG_ROUTE | 36 | #ifdef CONFIG_ROUTE |
37 | extern void displayroutes(int noresolve, int netstatfmt); | 37 | extern void displayroutes(int noresolve, int netstatfmt); |