diff options
author | Xin LI <delphij@FreeBSD.org> | 2006-01-18 19:38:43 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2006-01-18 19:38:43 +0000 |
commit | b512f01068fba5cc19befc39c60877ee7c556370 (patch) | |
tree | 21f5ac36ec5841ddba86f3f844a64585c7ccd3f6 /usr.sbin/inetd/Makefile | |
parent | 391b39d8d758b80fccfcbc5ac9a23d038cf3079b (diff) | |
download | src-b512f01068fba5cc19befc39c60877ee7c556370.tar.gz src-b512f01068fba5cc19befc39c60877ee7c556370.zip |
Revert previous commit for now, which seems to have (re)introduced some
old bugs, as well as some unwanted side effects. I will do more
investigation and fix these issues first.
Pointed out by: dwmalone
Notes
Notes:
svn path=/head/; revision=154530
Diffstat (limited to 'usr.sbin/inetd/Makefile')
-rw-r--r-- | usr.sbin/inetd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile index c5d86b7a737a..afe4c5113580 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?= 6 +WARNS?= 2 CFLAGS+= -DLOGIN_CAP #CFLAGS+= -DSANITY_CHECK |