From owner-svn-src-all@FreeBSD.ORG Thu Dec 11 21:37:48 2008 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 5EB6010656D3; Thu, 11 Dec 2008 21:37:48 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 010928FC13; Thu, 11 Dec 2008 21:37:47 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.3/8.14.3) with ESMTP id mBBLbaos037626; Thu, 11 Dec 2008 16:37:42 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: James Gritton Date: Thu, 11 Dec 2008 15:32:17 -0500 User-Agent: KMail/1.9.7 References: <200812102056.mBAKuJ97042379@svn.freebsd.org> <49415FFD.5070400@gritton.org> In-Reply-To: <49415FFD.5070400@gritton.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812111532.17651.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Thu, 11 Dec 2008 16:37:42 -0500 (EST) X-Virus-Scanned: ClamAV 0.94.2/8747/Thu Dec 11 14:22:53 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r185878 - in head/sys: compat/freebsd32 kern modules/aio 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: Thu, 11 Dec 2008 21:37:48 -0000 On Thursday 11 December 2008 01:46:21 pm James Gritton wrote: > freebsd32_aio_waitcomplete() has a small error: > > @@ -2824,7 +2824,7 @@ > freebsd32_aio_waitcomplete(struct thread *td, > struct freebsd32_aio_waitcomplete_args *uap) > { > - struct timespec ts32; > + struct timespec32 ts32; > struct timespec ts, *tsp; > int error; > > - Jamie Oof. :( I think my aiotest thing doesn't call aio_waitcomplete() so I missed this. :( -- John Baldwin