summaryrefslogtreecommitdiff
path: root/zhm/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'zhm/timer.c')
-rw-r--r--zhm/timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zhm/timer.c b/zhm/timer.c
index 4fb764e..296b47e 100644
--- a/zhm/timer.c
+++ b/zhm/timer.c
@@ -50,11 +50,11 @@ static const char rcsid[] =
* Timer *timer_set_rel (time_rel, proc, arg)
* long time_rel;
* void (*proc)();
- * caddr_t arg;
+ * void *arg;
* Timer *timer_set_abs (time_abs, proc, arg)
* long time_abs;
* void (*proc)();
- * caddr_t arg;
+ * void *arg;
*
* void timer_reset(tmr)
* Timer *tmr;