svn commit: r185878 - in head/sys: compat/freebsd32 kern
modules/aio
Bjoern A. Zeeb
bz at FreeBSD.org
Thu Jan 22 15:35:08 PST 2009
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.
More information about the svn-src-head
mailing list