summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_aio.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-01-23 13:23:17 +0000
committerjhb <jhb@FreeBSD.org>2009-01-23 13:23:17 +0000
commitd2c61e641db9cbddf344fb60caf7ac02d5645f63 (patch)
tree43c76964f3089625515d8b7f753127821fda42ae /sys/kern/vfs_aio.c
parent4e6bb7539b4eadb9d874a400a6f1a87bf3e1d066 (diff)
downloadFreeBSD-src-d2c61e641db9cbddf344fb60caf7ac02d5645f63.zip
FreeBSD-src-d2c61e641db9cbddf344fb60caf7ac02d5645f63.tar.gz
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
Diffstat (limited to 'sys/kern/vfs_aio.c')
-rw-r--r--sys/kern/vfs_aio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c
index 14e980d..7cd077b 100644
--- a/sys/kern/vfs_aio.c
+++ b/sys/kern/vfs_aio.c
@@ -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;
OpenPOWER on IntegriCloud