summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/loran.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/loran.c')
-rw-r--r--sys/i386/isa/loran.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/loran.c b/sys/i386/isa/loran.c
index ccd7ef6..f41338c 100644
--- a/sys/i386/isa/loran.c
+++ b/sys/i386/isa/loran.c
@@ -358,7 +358,7 @@ loranread(dev_t dev, struct uio * uio, int ioflag)
return(EIO);
}
if (TAILQ_EMPTY(&minors[idx]))
- tsleep ((caddr_t)&minors[idx], (PZERO + 8) |PCATCH, "loranrd", hz*2);
+ tsleep (&minors[idx], (PZERO + 8) |PCATCH, "loranrd", hz*2);
if (TAILQ_EMPTY(&minors[idx]))
return(0);
this = TAILQ_FIRST(&minors[idx]);
@@ -563,7 +563,7 @@ loranintr(int unit)
done->vco = vco_is;
done->when = there;
TAILQ_INSERT_TAIL(done->home, done, list);
- wakeup((caddr_t)done->home);
+ wakeup(done->home);
}
ticker = first->scheduled;
OpenPOWER on IntegriCloud