summaryrefslogtreecommitdiff
path: root/server/timer.c
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2011-02-02 05:26:26 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2011-02-02 05:26:26 +0000
commit71928f99ec3b0f5984d83438da266c7ef97afb5a (patch)
treedd57f77793dc4495dd085d0342ceef599f53b81a /server/timer.c
parentb24cbe87f78de4fda81ed0fc5502275e77d51a28 (diff)
It is still not the 80s anymore -- remove all caddr_ts
Diffstat (limited to 'server/timer.c')
-rw-r--r--server/timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/timer.c b/server/timer.c
index fe4b064..932c819 100644
--- a/server/timer.c
+++ b/server/timer.c
@@ -49,11 +49,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;