diff options
author | jkh <jkh@FreeBSD.org> | 1995-02-15 06:29:47 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-02-15 06:29:47 +0000 |
commit | cf2ee7fe73a3dfed6105159eaca6bb98b7617033 (patch) | |
tree | 2877718d266019b7d27bfbf0891077f8b4fa690b /sys/netccitt/hd_timer.c | |
parent | 4b93208ed1ccc9ccc0338fa9c1984b4edd206949 (diff) | |
download | FreeBSD-src-cf2ee7fe73a3dfed6105159eaca6bb98b7617033.zip FreeBSD-src-cf2ee7fe73a3dfed6105159eaca6bb98b7617033.tar.gz |
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.. :-)
Diffstat (limited to 'sys/netccitt/hd_timer.c')
-rw-r--r-- | sys/netccitt/hd_timer.c | 7 |
1 files changed, 2 insertions, 5 deletions
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 <sys/param.h> @@ -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; |