Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2009 13:41:40 +0000 (UTC)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r193914 - in stable/7/sbin/ipf: . ipftest
Message-ID:  <200906101341.n5ADfeFG014888@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Wed Jun 10 13:41:40 2009
New Revision: 193914
URL: http://svn.freebsd.org/changeset/base/193914

Log:
  merge r173722: lower WARNS; we can't easily fix the (contrib) code.

Modified:
  stable/7/sbin/ipf/   (props changed)
  stable/7/sbin/ipf/ipftest/Makefile

Modified: stable/7/sbin/ipf/ipftest/Makefile
==============================================================================
--- stable/7/sbin/ipf/ipftest/Makefile	Wed Jun 10 13:39:51 2009	(r193913)
+++ stable/7/sbin/ipf/ipftest/Makefile	Wed Jun 10 13:41:40 2009	(r193914)
@@ -1,5 +1,7 @@
 #	$FreeBSD$
 
+WARNS=0
+
 PROG=		ipftest
 SRCS=		${GENHDRS} ipftest.c fil.c ip_frag.c ip_state.c ip_nat.c \
 		ip_proxy.c ip_auth.c ip_htable.c ip_lookup.c \



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