svn commit: r219524 - head/tools/tools/ether_reflect

Bruce Cran brucec at FreeBSD.org
Fri Mar 11 19:19:47 UTC 2011


Author: brucec
Date: Fri Mar 11 19:19:47 2011
New Revision: 219524
URL: http://svn.freebsd.org/changeset/base/219524

Log:
  Fix the build: we have snprintf(3).
  
  MFC after:	1 week

Modified:
  head/tools/tools/ether_reflect/Makefile

Modified: head/tools/tools/ether_reflect/Makefile
==============================================================================
--- head/tools/tools/ether_reflect/Makefile	Fri Mar 11 18:56:55 2011	(r219523)
+++ head/tools/tools/ether_reflect/Makefile	Fri Mar 11 19:19:47 2011	(r219524)
@@ -6,5 +6,6 @@
 PROG=   ether_reflect
 DPADD=	${LIBPCAP}
 LDADD=	-lpcap
+CFLAGS+=-DHAVE_SNPRINTF
 
 .include <bsd.prog.mk>


More information about the svn-src-all mailing list