summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nfsd/Makefile
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2004-11-06 18:15:44 +0000
committerdelphij <delphij@FreeBSD.org>2004-11-06 18:15:44 +0000
commitd6d53b5ceea1263087eb816b3d4ea9cd7cc87a71 (patch)
treefca843940c52b439eca803d3982f41496c36c643 /usr.sbin/nfsd/Makefile
parent91b08be04368653f9520501cfafa971e636cc79e (diff)
downloadFreeBSD-src-d6d53b5ceea1263087eb816b3d4ea9cd7cc87a71.zip
FreeBSD-src-d6d53b5ceea1263087eb816b3d4ea9cd7cc87a71.tar.gz
ANSI'fy nfsd(8) and some minor changes to make it WARNS=6 clean.
This commit does not affect the code generated, as proven by md5'ing resulting binaries. Bump WARNS accordingly. Compiled on: sparc64, ia64, i386 Reviewed by: alfred (but blame me if anything goes wrong :-)
Diffstat (limited to 'usr.sbin/nfsd/Makefile')
-rw-r--r--usr.sbin/nfsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nfsd/Makefile b/usr.sbin/nfsd/Makefile
index 5a7fe97..21ca3f3 100644
--- a/usr.sbin/nfsd/Makefile
+++ b/usr.sbin/nfsd/Makefile
@@ -4,6 +4,6 @@
PROG= nfsd
MAN= nfsd.8
-WARNS?= 0
+WARNS?= 6
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud