aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-11-06 23:37:47 +0000
committerRob Landley <rob@landley.net>2005-11-06 23:37:47 +0000
commit7ad4b30ed4ba2542bebcfc5fda9e9af24fb67969 (patch)
treeb0ead8d4766a21d2a226f7ef98eb742c8b72811b /networking
parent7b7c99ca333b832c0d017292436f42efd71589cd (diff)
downloadbusybox-7ad4b30ed4ba2542bebcfc5fda9e9af24fb67969.tar.gz
Yann E. Morin pointed out that rpcsvc/nfs_prot.h isn't needed with any
reasonably recent glibc, and breaks with uClibc. So yank it.
Diffstat (limited to 'networking')
-rw-r--r--networking/inetd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/inetd.c b/networking/inetd.c
index 5abf27219..b2b0f7309 100644
--- a/networking/inetd.c
+++ b/networking/inetd.c
@@ -165,7 +165,6 @@
#ifdef CONFIG_FEATURE_INETD_RPC
#include <rpc/rpc.h>
#include <rpc/pmap_clnt.h>
-#include <rpcsvc/nfs_prot.h>
#endif
#define _PATH_INETDCONF "/etc/inetd.conf"