summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2005-06-07 05:28:21 +0000
committerAlan Cox <alc@FreeBSD.org>2005-06-07 05:28:21 +0000
commitb490cc72b2d3b2d18c9675c4adbb46de4e811408 (patch)
tree8dee0bd20321211a16710787e63ee03350866db2
parent3831e7d7f5547decd48f5f3a0c8d311243b0e1f3 (diff)
Notes
-rw-r--r--sys/kern/vfs_aio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c
index 86998bb19638..7cae398f963a 100644
--- a/sys/kern/vfs_aio.c
+++ b/sys/kern/vfs_aio.c
@@ -2015,7 +2015,8 @@ lio_listio(struct thread *td, struct lio_listio_args *uap)
runningcode = EIO;
if (uap->mode == LIO_WAIT) {
- int command, found, jobref;
+ int command, found;
+ long jobref;
for (;;) {
found = 0;