From owner-svn-src-head@FreeBSD.ORG Fri Feb 6 23:46:19 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E24657E6; Fri, 6 Feb 2015 23:46:19 +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 BADCB107; Fri, 6 Feb 2015 23:46:19 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-54-116-245.nwrknj.fios.verizon.net [173.54.116.245]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 6AB50B965; Fri, 6 Feb 2015 18:46:18 -0500 (EST) From: John Baldwin To: Garrett Cooper Subject: Re: svn commit: r278336 - head/sys/conf Date: Fri, 06 Feb 2015 18:40:52 -0500 Message-ID: <2121763.z5bT22ehP6@ralph.baldwin.cx> User-Agent: KMail/4.14.2 (FreeBSD/10.1-STABLE; KDE/4.14.2; amd64; ; ) In-Reply-To: <201502062334.t16NYeSf006395@svn.freebsd.org> References: <201502062334.t16NYeSf006395@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); Fri, 06 Feb 2015 18:46:18 -0500 (EST) 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: Fri, 06 Feb 2015 23:46:20 -0000 On Friday, February 06, 2015 11:34:40 PM Garrett Cooper wrote: > Author: ngie > Date: Fri Feb 6 23:34:40 2015 > New Revision: 278336 > URL: https://svnweb.freebsd.org/changeset/base/278336 > > Log: > Unbreak the build (memchr is explicitly required by devctl(9) after > r278320) > > Submitted by: Michael Butler > Reported by: O. Hartmann Thanks. -- John Baldwin