svn commit: trunk/busybox/networking

landley at busybox.net landley at busybox.net
Sun Nov 6 23:37:49 UTC 2005


Author: landley
Date: 2005-11-06 15:37:47 -0800 (Sun, 06 Nov 2005)
New Revision: 12173

Log:
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.


Modified:
   trunk/busybox/networking/inetd.c


Changeset:
Modified: trunk/busybox/networking/inetd.c
===================================================================
--- trunk/busybox/networking/inetd.c	2005-11-06 05:53:51 UTC (rev 12172)
+++ trunk/busybox/networking/inetd.c	2005-11-06 23:37:47 UTC (rev 12173)
@@ -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"




More information about the busybox-cvs mailing list