projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae494a9
)
Fix compile error... header problems.
author
Manuel Novoa III
<mjn3@codepoet.org>
Tue, 11 Feb 2003 07:06:06 +0000
(07:06 -0000)
committer
Manuel Novoa III
<mjn3@codepoet.org>
Tue, 11 Feb 2003 07:06:06 +0000
(07:06 -0000)
networking/inetd.c
patch
|
blob
|
history
diff --git
a/networking/inetd.c
b/networking/inetd.c
index 0b80752498393974dee5bd22f3a9836e79ad3cde..2769c01b74503de67d91e9684621a0fd29313319 100644
(file)
--- a/
networking/inetd.c
+++ b/
networking/inetd.c
@@
-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"