summaryrefslogtreecommitdiff
path: root/usr.sbin/inetd
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2002-10-27 17:46:53 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2002-10-27 17:46:53 +0000
commitcd9a4d5d7af063cb226359474bc5ce7844541a09 (patch)
tree7919dec12d3eac16427b8784ca0fee171683e5a9 /usr.sbin/inetd
parent688dfe4533bf3e4087fd3d229282b4ba19cf0216 (diff)
downloadsrc-test2-cd9a4d5d7af063cb226359474bc5ce7844541a09.tar.gz
src-test2-cd9a4d5d7af063cb226359474bc5ce7844541a09.zip
Notes
Diffstat (limited to 'usr.sbin/inetd')
-rw-r--r--usr.sbin/inetd/inetd.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/inetd/inetd.c b/usr.sbin/inetd/inetd.c
index aed7e58c8884..ad847fb2f542 100644
--- a/usr.sbin/inetd/inetd.c
+++ b/usr.sbin/inetd/inetd.c
@@ -126,22 +126,23 @@ __FBSDID("$FreeBSD$");
#include <rpc/rpc.h>
#include <rpc/pmap_clnt.h>
+#include <ctype.h>
#include <errno.h>
#include <err.h>
#include <fcntl.h>
#include <grp.h>
+#include <libutil.h>
+#include <limits.h>
#include <netdb.h>
#include <pwd.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <sysexits.h>
#include <syslog.h>
#include <tcpd.h>
#include <unistd.h>
-#include <libutil.h>
-#include <sysexits.h>
-#include <ctype.h>
#include "inetd.h"
#include "pathnames.h"