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>
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to