From 71928f99ec3b0f5984d83438da266c7ef97afb5a Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Wed, 2 Feb 2011 05:26:26 +0000 Subject: It is still not the 80s anymore -- remove all caddr_ts --- server/timer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/timer.c') 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; -- cgit v1.2.3