From owner-svn-src-stable-9@freebsd.org Sun Feb 28 10:27:36 2016 Return-Path: Delivered-To: svn-src-stable-9@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3397AB6189; Sun, 28 Feb 2016 10:27:36 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6756DB67; Sun, 28 Feb 2016 10:27:36 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1aZyZU-000Ed9-Ta; Sun, 28 Feb 2016 13:27:28 +0300 Date: Sun, 28 Feb 2016 13:27:28 +0300 From: Slawa Olhovchenkov To: Bryan Drewery Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: Re: svn commit: r296146 - stable/9/sys/dev/filemon Message-ID: <20160228102728.GA94639@zxy.spb.ru> References: <201602272057.u1RKvYfF035338@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201602272057.u1RKvYfF035338@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 10:27:36 -0000 On Sat, Feb 27, 2016 at 08:57:34PM +0000, Bryan Drewery wrote: > Author: bdrewery > Date: Sat Feb 27 20:57:34 2016 > New Revision: 296146 > URL: https://svnweb.freebsd.org/changeset/base/296146 > > Log: > MFC r242088: > > Desupport pre-FreeBSD 7.1. > > Modified: > stable/9/sys/dev/filemon/filemon.c > Directory Properties: > stable/9/sys/ (props changed) > stable/9/sys/dev/ (props changed) > -#if __FreeBSD_version < 701000 Not specialy to this commit, just for information: what purpose to have in src tree, already divided to branches, pieces of code under #if? Of couse, question not about external maintained code.