svn commit: r220709 - stable/8/tools/tools/ether_reflect

Bruce Cran brucec at FreeBSD.org
Sat Apr 16 11:06:10 UTC 2011


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
 


More information about the svn-src-stable-8 mailing list