From owner-cvs-src-old@FreeBSD.ORG Fri Oct 2 17:54:04 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 829D610656C4 for ; Fri, 2 Oct 2009 17:54:04 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5725D8FC13 for ; Fri, 2 Oct 2009 17:54:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n92Hs4Ca056466 for ; Fri, 2 Oct 2009 17:54:04 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n92Hs4Wc056465 for cvs-src-old@freebsd.org; Fri, 2 Oct 2009 17:54:04 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <200910021754.n92Hs4Wc056465@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Fri, 2 Oct 2009 17:53:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/mmap mmap.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2009 17:54:04 -0000 bz 2009-10-02 17:53:48 UTC FreeBSD src repository Modified files: tools/regression/mmap mmap.c Log: SVN rev 197713 on 2009-10-02 17:53:48Z by bz Replace the name of the sysctl to security.bsd.map_at_zero and to be consistent updated the name of the variable as well, after the change in r197711. Revision Changes Path 1.2 +13 -13 src/tools/regression/mmap/mmap.c