From owner-svn-src-all@FreeBSD.ORG Tue Oct 16 12:49:18 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E9055119; Tue, 16 Oct 2012 12:49:18 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id B4D338FC0C; Tue, 16 Oct 2012 12:49:18 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 18C2FB94F; Tue, 16 Oct 2012 08:49:18 -0400 (EDT) From: John Baldwin To: Gleb Smirnoff Subject: Re: svn commit: r241603 - head/sys/dev/aha Date: Tue, 16 Oct 2012 08:32:00 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p20; KDE/4.5.5; amd64; ; ) References: <201210160840.q9G8e9K7094068@svn.freebsd.org> In-Reply-To: <201210160840.q9G8e9K7094068@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201210160832.00204.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 16 Oct 2012 08:49:18 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2012 12:49:19 -0000 On Tuesday, October 16, 2012 4:40:09 am Gleb Smirnoff wrote: > Author: glebius > Date: Tue Oct 16 08:40:09 2012 > New Revision: 241603 > URL: http://svn.freebsd.org/changeset/base/241603 > > Log: > Fix build of aha(4). > > Submitted by: delphij > > Modified: > head/sys/dev/aha/aha.c > head/sys/dev/aha/aha_isa.c > head/sys/dev/aha/ahareg.h My apologies for this and dpt(4). :( I have done various 'make tinderbox' runs on the branch these changes lived in (and I had built the dpt module before commit, but perhaps only clang reported the warning?), but apparently they must have been before I had done these changes. -- John Baldwin