summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-05-15 00:10:37 +0000
committerngie <ngie@FreeBSD.org>2016-05-15 00:10:37 +0000
commitf8efc8ecc67c684d2e7e6336e35d06f6650ddced (patch)
tree6bdd3c78b910201136fa9e720934d280bc786cb5 /usr.sbin/bsnmpd
parent857a2570c39cb6acfcc083e1671722a547e47956 (diff)
downloadFreeBSD-src-f8efc8ecc67c684d2e7e6336e35d06f6650ddced.zip
FreeBSD-src-f8efc8ecc67c684d2e7e6336e35d06f6650ddced.tar.gz
Replace QUADFMT with %ju and QUADXFMT with %jx and cast values with uintmax_t
This will cure some -Wformat warnings MFC after: 1 week Reported by: clang, gcc Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'usr.sbin/bsnmpd')
-rw-r--r--usr.sbin/bsnmpd/bsnmpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsnmpd/bsnmpd/Makefile b/usr.sbin/bsnmpd/bsnmpd/Makefile
index a426345..86f0d6e 100644
--- a/usr.sbin/bsnmpd/bsnmpd/Makefile
+++ b/usr.sbin/bsnmpd/bsnmpd/Makefile
@@ -27,7 +27,7 @@ DEFSDIR= ${SHAREDIR}/snmp/defs
CFLAGS+= -DSNMPTREE_TYPES
CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd -I. -DUSE_LIBBEGEMOT
-CFLAGS+= -DUSE_TCPWRAPPERS -DQUADFMT='"llu"' -DQUADXFMT='"llx"'
+CFLAGS+= -DUSE_TCPWRAPPERS
CFLAGS+= -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DHAVE_ERR_H -DHAVE_STRLCPY
LIBADD= begemot bsnmp wrap
OpenPOWER on IntegriCloud