From bab4a550c34c86760becf2b87f34f0dbc1b132c8 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 9 Aug 1995 15:13:53 +0000 Subject: Formerly timer.h.~4~ --- pfinet/linux/timer.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pfinet/linux/timer.h b/pfinet/linux/timer.h index 036425b7..bbab7937 100644 --- a/pfinet/linux/timer.h +++ b/pfinet/linux/timer.h @@ -1,11 +1,14 @@ #ifndef _HACK_TIMER_H_ #define _HACK_TIMER_H_ +#include + struct timer_list { - cthread_t thread; - u_long expires; - u_long data; + thread_t thread; + int foobiebletch; + unsigned long expires; + unsigned long data; void (*function)(unsigned long); }; -- cgit v1.2.3