summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2011-03-11 19:19:47 +0000
committerbrucec <brucec@FreeBSD.org>2011-03-11 19:19:47 +0000
commit023a3a685e1c5fdd51c3bf26d0a5bcedbed970eb (patch)
tree749a2854d786c1def58cd4c49808c21c8c515629 /tools
parentf225a1fc1ca8702af4bc8e98570c53eccf2bd9e1 (diff)
downloadFreeBSD-src-023a3a685e1c5fdd51c3bf26d0a5bcedbed970eb.zip
FreeBSD-src-023a3a685e1c5fdd51c3bf26d0a5bcedbed970eb.tar.gz
Fix the build: we have snprintf(3).
MFC after: 1 week
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/ether_reflect/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools/ether_reflect/Makefile b/tools/tools/ether_reflect/Makefile
index 822643b..0d20f39 100644
--- a/tools/tools/ether_reflect/Makefile
+++ b/tools/tools/ether_reflect/Makefile
@@ -6,5 +6,6 @@
PROG= ether_reflect
DPADD= ${LIBPCAP}
LDADD= -lpcap
+CFLAGS+=-DHAVE_SNPRINTF
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud