From owner-svn-src-all@FreeBSD.ORG Fri Jan 23 13:27:47 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CFA1106568A; Fri, 23 Jan 2009 13:27:47 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id E15C08FC12; Fri, 23 Jan 2009 13:27:46 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (pool-98-109-39-197.nwrknj.fios.verizon.net [98.109.39.197]) by cyrus.watson.org (Postfix) with ESMTPSA id 9074E46B06; Fri, 23 Jan 2009 08:27:46 -0500 (EST) Received: from localhost (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.3/8.14.3) with ESMTP id n0NDRIUR050730; Fri, 23 Jan 2009 08:27:40 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: "Bjoern A. Zeeb" Date: Fri, 23 Jan 2009 08:15:12 -0500 User-Agent: KMail/1.9.7 References: <200901222334.n0MNYt7r025398@svn.freebsd.org> In-Reply-To: <200901222334.n0MNYt7r025398@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901230815.12490.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 23 Jan 2009 08:27:40 -0500 (EST) X-Virus-Scanned: ClamAV 0.94.2/8895/Fri Jan 23 04:13:42 2009 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-7@freebsd.org Subject: Re: svn commit: r187605 - in stable/7/sys: . compat/freebsd32 contrib/pf dev/cxgb X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 23 Jan 2009 13:27:48 -0000 On Thursday 22 January 2009 6:34:55 pm Bjoern A. Zeeb wrote: > Author: bz > Date: Thu Jan 22 23:34:55 2009 > New Revision: 187605 > URL: http://svn.freebsd.org/changeset/base/187605 > > Log: > MFC: r185898 > > Add 32-bit compat support for AIO. > > As I had comitted this as a fix for r185878 in HEAD, it seems > this was missed with the MFC at r187559. Unbreak the build. Yes, sorry. :( -- John Baldwin