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 \ _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"