Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Apr 2011 11:06:09 +0000 (UTC)
From:      Bruce Cran <brucec@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r220709 - stable/8/tools/tools/ether_reflect
Message-ID:  <201104161106.p3GB692L002786@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104161106.p3GB692L002786>