svn commit: r228607 - head/sbin/routed/rtquery

Dimitry Andric dim at FreeBSD.org
Fri Dec 16 23:43:58 UTC 2011


Author: dim
Date: Fri Dec 16 23:43:58 2011
New Revision: 228607
URL: http://svn.freebsd.org/changeset/base/228607

Log:
  Use NO_WARRAY_BOUNDS for sbin/routed/rtquery.
  
  MFC after:	1 week

Modified:
  head/sbin/routed/rtquery/Makefile

Modified: head/sbin/routed/rtquery/Makefile
==============================================================================
--- head/sbin/routed/rtquery/Makefile	Fri Dec 16 23:42:25 2011	(r228606)
+++ head/sbin/routed/rtquery/Makefile	Fri Dec 16 23:43:58 2011	(r228607)
@@ -7,5 +7,6 @@ MAN=	rtquery.8
 LDADD=	-lmd
 DPADD=	${LIBMD}
 WARNS?=	3
+NO_WARRAY_BOUNDS=
 
 .include <bsd.prog.mk>


More information about the svn-src-head mailing list