aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-07-03 23:19:26 +0000
committerEric Andersen <andersen@codepoet.org>2002-07-03 23:19:26 +0000
commit887ca79f04cdf45874ed783c1fb9b950bf25a246 (patch)
tree25f08b2b2ea8b333aac91b6b75876f82a4cfef6f /networking
parent360e2549544b813dd805361d04744c5a4a630bb8 (diff)
downloadbusybox-w32-887ca79f04cdf45874ed783c1fb9b950bf25a246.tar.gz
busybox-w32-887ca79f04cdf45874ed783c1fb9b950bf25a246.tar.bz2
busybox-w32-887ca79f04cdf45874ed783c1fb9b950bf25a246.zip
Scrub pwd.h and grp.h handling so we don't have to play any
silly games. -Erik
Diffstat (limited to 'networking')
-rw-r--r--networking/netstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/netstat.c b/networking/netstat.c
index 67ecc0105..dcbcee21d 100644
--- a/networking/netstat.c
+++ b/networking/netstat.c
@@ -34,7 +34,7 @@
34#include <unistd.h> 34#include <unistd.h>
35#include "inet_common.h" 35#include "inet_common.h"
36#include "busybox.h" 36#include "busybox.h"
37#include "pwd.h" 37#include "pwd_.h"
38 38
39#ifdef CONFIG_ROUTE 39#ifdef CONFIG_ROUTE
40extern void displayroutes(int noresolve, int netstatfmt); 40extern void displayroutes(int noresolve, int netstatfmt);