diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-11-06 23:37:47 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-11-06 23:37:47 +0000 |
commit | c8b221f03a3dc71b2aceac2dcb0f2877e7ba9bb3 (patch) | |
tree | b0ead8d4766a21d2a226f7ef98eb742c8b72811b | |
parent | 93bb543978e9ffe9a39bcccc25c929fc98698d15 (diff) | |
download | busybox-w32-c8b221f03a3dc71b2aceac2dcb0f2877e7ba9bb3.tar.gz busybox-w32-c8b221f03a3dc71b2aceac2dcb0f2877e7ba9bb3.tar.bz2 busybox-w32-c8b221f03a3dc71b2aceac2dcb0f2877e7ba9bb3.zip |
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.
git-svn-id: svn://busybox.net/trunk/busybox@12173 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 5abf27219..b2b0f7309 100644 --- a/networking/inetd.c +++ b/networking/inetd.c | |||
@@ -165,7 +165,6 @@ | |||
165 | #ifdef CONFIG_FEATURE_INETD_RPC | 165 | #ifdef CONFIG_FEATURE_INETD_RPC |
166 | #include <rpc/rpc.h> | 166 | #include <rpc/rpc.h> |
167 | #include <rpc/pmap_clnt.h> | 167 | #include <rpc/pmap_clnt.h> |
168 | #include <rpcsvc/nfs_prot.h> | ||
169 | #endif | 168 | #endif |
170 | 169 | ||
171 | #define _PATH_INETDCONF "/etc/inetd.conf" | 170 | #define _PATH_INETDCONF "/etc/inetd.conf" |