From cf2ee7fe73a3dfed6105159eaca6bb98b7617033 Mon Sep 17 00:00:00 2001 From: jkh Date: Wed, 15 Feb 1995 06:29:47 +0000 Subject: And fix some more compiler warnings. Then give up. /sys/net* is FULL of bogus code! And besides, Poul's doing this already.. It's just that fixing compiler warnings is sort of like eating potato chips.. :-) --- sys/netccitt/hd_timer.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sys/netccitt/hd_timer.c') diff --git a/sys/netccitt/hd_timer.c b/sys/netccitt/hd_timer.c index 8b2ede4..925ff6a 100644 --- a/sys/netccitt/hd_timer.c +++ b/sys/netccitt/hd_timer.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)hd_timer.c 8.1 (Berkeley) 6/10/93 - * $Id$ + * $Id: hd_timer.c,v 1.2 1994/08/02 07:47:09 davidg Exp $ */ #include @@ -60,10 +60,6 @@ * default values are inappropriate */ -int hd_t1 = T1; -int hd_t3 = T3; -int hd_n2 = N2; - /* * HDLC TIMER * @@ -71,6 +67,7 @@ int hd_n2 = N2; * amount - if expired then process the event. */ +void hd_timer () { register struct hdcb *hdp; -- cgit v1.1