aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/Makefile
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2006-07-28 16:09:19 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2006-07-28 16:09:19 +0000
commit7b95a1ebbd9aafe9f196a75d95c7b06eaee999a1 (patch)
treea96eb543030e3d44f3753ab7e82506f8d20fb99b /usr.bin/netstat/Makefile
parent6e0d07070977eff5c086330c76e38a1e693cf322 (diff)
downloadsrc-7b95a1ebbd9aafe9f196a75d95c7b06eaee999a1.tar.gz
src-7b95a1ebbd9aafe9f196a75d95c7b06eaee999a1.zip
Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,
including to printf(). Using uintmax_t is also robust to further extensions in both the C language and the bitwidth of kernel counters. Tested on: i386 amd64 ia64
Notes
Notes: svn path=/head/; revision=160787
Diffstat (limited to 'usr.bin/netstat/Makefile')
-rw-r--r--usr.bin/netstat/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile
index 913acfa0364d..6168b6311f5e 100644
--- a/usr.bin/netstat/Makefile
+++ b/usr.bin/netstat/Makefile
@@ -8,7 +8,6 @@ SRCS= if.c inet.c main.c mbuf.c mcast.c mroute.c route.c \
unix.c atalk.c netgraph.c mroute6.c ipsec.c bpf.c pfkey.c
WARNS?= 2
-NO_WERROR=
CFLAGS+=-DIPSEC
CFLAGS+=-DFAST_IPSEC