From owner-svn-src-all@FreeBSD.ORG Sat Apr 16 11:06:10 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26D431065678; Sat, 16 Apr 2011 11:06:10 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 15F268FC20; Sat, 16 Apr 2011 11:06:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p3GB69uY002788; Sat, 16 Apr 2011 11:06:09 GMT (envelope-from brucec@svn.freebsd.org) Received: (from brucec@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p3GB692L002786; Sat, 16 Apr 2011 11:06:09 GMT (envelope-from brucec@svn.freebsd.org) Message-Id: <201104161106.p3GB692L002786@svn.freebsd.org> From: Bruce Cran Date: Sat, 16 Apr 2011 11:06:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r220709 - stable/8/tools/tools/ether_reflect X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2011 11:06:10 -0000 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