Use the correct type for the timeout parameter to the 32-bit

compat version aio_waitcomplete().

Reminded by:	bz
Submitted by:	jamie
MFC after:	3 days
This commit is contained in:
John Baldwin 2009-01-23 13:23:17 +00:00
parent cb30dc5538
commit e588eeb1dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187631

View File

@ -2824,7 +2824,7 @@ int
freebsd32_aio_waitcomplete(struct thread *td,
struct freebsd32_aio_waitcomplete_args *uap)
{
struct timespec ts32;
struct timespec32 ts32;
struct timespec ts, *tsp;
int error;