Author: brucec
Date: Sat Apr 16 11:06:09 2011
New Revision: 220709
URL: http://svn.freebsd.org/changeset/base/220709

Log:
  MFC r219524:
  
  Fix the build: we have snprintf(3).

Modified:
  stable/8/tools/tools/ether_reflect/Makefile
Directory Properties:
  stable/8/tools/tools/ether_reflect/   (props changed)

Modified: stable/8/tools/tools/ether_reflect/Makefile
==============================================================================
--- stable/8/tools/tools/ether_reflect/Makefile Sat Apr 16 11:04:17 2011        
(r220708)
+++ stable/8/tools/tools/ether_reflect/Makefile Sat Apr 16 11:06:09 2011        
(r220709)
@@ -4,6 +4,7 @@
 # A Makefile that builds both the ether_reflect program and its manual page.
 
 PROG=   ether_reflect
+CFLAGS+=-DHAVE_SNPRINTF
 
 LDADD+= -lpcap
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to