svn commit: r193914 - in stable/7/sbin/ipf: . ipftest

Dag-Erling Smorgrav des at FreeBSD.org
Wed Jun 10 13:41:41 UTC 2009


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 \


More information about the svn-src-all mailing list