[BusyBox-cvs] busybox/networking inetd.c,1.2,1.3

Manuel Novoa III mjn3 at busybox.net
Tue Feb 11 07:06:10 UTC 2003


Update of /var/cvs/busybox/networking
In directory winder:/tmp/cvs-serv23373

Modified Files:
	inetd.c 
Log Message:
Fix compile error... header problems.


Index: inetd.c
===================================================================
RCS file: /var/cvs/busybox/networking/inetd.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- inetd.c	10 Feb 2003 22:31:09 -0000	1.2
+++ inetd.c	11 Feb 2003 07:06:06 -0000	1.3
@@ -123,14 +123,13 @@
 #include <signal.h>
 #include <netdb.h>
 #include <syslog.h>
-#include <pwd.h>
-#include <grp.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <getopt.h>
 #include <unistd.h>
 #include <stdarg.h>
+#include <time.h>
 
 #define _PATH_INETDCONF "/etc/inetd.conf"
 #define _PATH_INETDPID  "/var/run/inetd.pid"




More information about the busybox-cvs mailing list