summaryrefslogtreecommitdiffstats
path: root/usr.bin/rusers/Makefile
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2004-05-19 21:34:52 +0000
committerdwmalone <dwmalone@FreeBSD.org>2004-05-19 21:34:52 +0000
commit148418b5da3aaa5d119b1f48c74bc70c7ce05fa6 (patch)
treeda010377cf1cbdea2ed4a981694c5370d693b97b /usr.bin/rusers/Makefile
parent6ad6fb7431aff8fe6eedec26802ecd41dcb8b91f (diff)
downloadFreeBSD-src-148418b5da3aaa5d119b1f48c74bc70c7ce05fa6.zip
FreeBSD-src-148418b5da3aaa5d119b1f48c74bc70c7ce05fa6.tar.gz
Fix a couple of warnings:
1) Missing include for declaration of time conversion functions. 2) Avoid a couple of alignment warnings on 64 bit arches by memcpying the things pointed to by caddrs into variables of the right type. Bump WARNS to 6 while I'm here.
Diffstat (limited to 'usr.bin/rusers/Makefile')
-rw-r--r--usr.bin/rusers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/rusers/Makefile b/usr.bin/rusers/Makefile
index 6cb39ac..21d0ce2 100644
--- a/usr.bin/rusers/Makefile
+++ b/usr.bin/rusers/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
PROG = rusers
+WARNS?= 6
DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc
OpenPOWER on IntegriCloud