diff options
author | Rob Landley | 2005-11-06 23:37:47 +0000 |
---|---|---|
committer | Rob Landley | 2005-11-06 23:37:47 +0000 |
commit | 7ad4b30ed4ba2542bebcfc5fda9e9af24fb67969 (patch) | |
tree | b0ead8d4766a21d2a226f7ef98eb742c8b72811b /networking | |
parent | 7b7c99ca333b832c0d017292436f42efd71589cd (diff) | |
download | busybox-7ad4b30ed4ba2542bebcfc5fda9e9af24fb67969.zip busybox-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/inetd.c b/networking/inetd.c index 5abf272..b2b0f73 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" |