From owner-svn-src-head@FreeBSD.ORG Sat Oct 25 19:36:43 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A987219; Sat, 25 Oct 2014 19:36:43 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13C0DF0F; Sat, 25 Oct 2014 19:36:43 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-70-85-31.nwrknj.fios.verizon.net [173.70.85.31]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id E6922B98A; Sat, 25 Oct 2014 15:36:41 -0400 (EDT) From: John Baldwin To: Xin LI Subject: Re: svn commit: r273616 - head/sys/kern Date: Sat, 25 Oct 2014 15:25:07 -0400 Message-ID: <4239953.NCThceJcDS@ralph.baldwin.cx> User-Agent: KMail/4.12.5 (FreeBSD/10.1-BETA2; KDE/4.12.5; amd64; ; ) In-Reply-To: <201410250016.s9P0Gaq4038542@svn.freebsd.org> References: <201410250016.s9P0Gaq4038542@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Sat, 25 Oct 2014 15:36:42 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2014 19:36:43 -0000 On Saturday, October 25, 2014 12:16:36 AM Xin LI wrote: > Author: delphij > Date: Sat Oct 25 00:16:36 2014 > New Revision: 273616 > URL: https://svnweb.freebsd.org/changeset/base/273616 > > Log: > Fix build. Thanks, I had this fixed in the tree I used for testing but it didn't get committed into my test branch. :( -- John Baldwin