diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
| commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
| tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /sys/netccitt/hd_timer.c | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Diffstat (limited to 'sys/netccitt/hd_timer.c')
| -rw-r--r-- | sys/netccitt/hd_timer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netccitt/hd_timer.c b/sys/netccitt/hd_timer.c index fc68b147f82d..88c8987788ef 100644 --- a/sys/netccitt/hd_timer.c +++ b/sys/netccitt/hd_timer.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)hd_timer.c 7.4 (Berkeley) 5/29/91 - * $Id: hd_timer.c,v 1.2 1993/10/16 19:46:40 rgrimes Exp $ + * $Id: hd_timer.c,v 1.3 1993/11/25 01:34:22 wollman Exp $ */ #include "param.h" @@ -71,6 +71,7 @@ int hd_n2 = N2; * amount - if expired then process the event. */ +void hd_timer () { register struct hdcb *hdp; |
