Date: Thu, 22 Jan 2009 23:31:20 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: John Baldwin <jhb@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, James Gritton <jamie@gritton.org> Subject: Re: svn commit: r185878 - in head/sys: compat/freebsd32 kern modules/aio Message-ID: <20090122233042.P45399@maildrop.int.zabbadoz.net> In-Reply-To: <200812111532.17651.jhb@freebsd.org> References: <200812102056.mBAKuJ97042379@svn.freebsd.org> <49415FFD.5070400@gritton.org> <200812111532.17651.jhb@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 11 Dec 2008, John Baldwin wrote: > 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. :( I think this has never been fixed in HEAD? -- Bjoern A. Zeeb The greatest risk is not taking one.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090122233042.P45399>