summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd/Makefile
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2006-01-18 07:47:46 +0000
committerdelphij <delphij@FreeBSD.org>2006-01-18 07:47:46 +0000
commit55eb0335a6ca658635fcbceceb48c7173143e1cd (patch)
tree31d4251b33d21cb2fb315ba888e9965790a8a3cf /usr.sbin/inetd/Makefile
parentf99d64bc8026953fb7714cec81dd7bd7dcf66136 (diff)
downloadFreeBSD-src-55eb0335a6ca658635fcbceceb48c7173143e1cd.zip
FreeBSD-src-55eb0335a6ca658635fcbceceb48c7173143e1cd.tar.gz
Improves and cleanups over inetd(8):
- Teach inetd(8) about kqueue, originally implemented by jmg@[1]. - Use new C99 style function prototypes instead of K&Rs. - Raise WARNS from 2 to 6 Glanced at by: ru MFC After: 2 weeks [1] http://people.freebsd.org/~jmg/inetd.kq.patch, http://people.freebsd.org/~jmg/inetd.kq.html
Diffstat (limited to 'usr.sbin/inetd/Makefile')
-rw-r--r--usr.sbin/inetd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile
index afe4c51..c5d86b7 100644
--- a/usr.sbin/inetd/Makefile
+++ b/usr.sbin/inetd/Makefile
@@ -6,7 +6,7 @@ MAN= inetd.8
MLINKS= inetd.8 inetd.conf.5
SRCS= inetd.c builtins.c
-WARNS?= 2
+WARNS?= 6
CFLAGS+= -DLOGIN_CAP
#CFLAGS+= -DSANITY_CHECK
OpenPOWER on IntegriCloud