mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 06:12:01 +01:00
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:
parent
cb30dc5538
commit
e588eeb1dc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187631
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user