Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Dec 2011 20:27:36 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r229156 - stable/9/sbin/routed/rtquery
Message-ID:  <201112312027.pBVKRa01081916@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Sat Dec 31 20:27:36 2011
New Revision: 229156
URL: http://svn.freebsd.org/changeset/base/229156

Log:
  MFC r228607:
  
  Use NO_WARRAY_BOUNDS for sbin/routed/rtquery.

Modified:
  stable/9/sbin/routed/rtquery/Makefile
Directory Properties:
  stable/9/sbin/routed/rtquery/   (props changed)

Modified: stable/9/sbin/routed/rtquery/Makefile
==============================================================================
--- stable/9/sbin/routed/rtquery/Makefile	Sat Dec 31 20:26:05 2011	(r229155)
+++ stable/9/sbin/routed/rtquery/Makefile	Sat Dec 31 20:27:36 2011	(r229156)
@@ -7,5 +7,6 @@ MAN=	rtquery.8
 LDADD=	-lmd
 DPADD=	${LIBMD}
 WARNS?=	3
+NO_WARRAY_BOUNDS=
 
 .include <bsd.prog.mk>



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