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.
This commit is contained in:
Rob Landley 2005-11-06 23:37:47 +00:00
parent 7b7c99ca33
commit 7ad4b30ed4

View File

@ -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"