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/netiso/clnp_timer.c | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Diffstat (limited to 'sys/netiso/clnp_timer.c')
| -rw-r--r-- | sys/netiso/clnp_timer.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/netiso/clnp_timer.c b/sys/netiso/clnp_timer.c index 18e2c841234b..5e14c0dc1a13 100644 --- a/sys/netiso/clnp_timer.c +++ b/sys/netiso/clnp_timer.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)clnp_timer.c 7.5 (Berkeley) 5/6/91 - * $Id: clnp_timer.c,v 1.2 1993/10/16 21:04:57 rgrimes Exp $ + * $Id: clnp_timer.c,v 1.4 1993/12/19 00:53:17 wollman Exp $ */ /*********************************************************** @@ -62,6 +62,7 @@ SOFTWARE. */ #include "param.h" +#include "systm.h" #include "mbuf.h" #include "domain.h" #include "protosw.h" @@ -142,6 +143,7 @@ register struct clnp_fragl *cfh; /* fragment header to delete */ * * NOTES: */ +void clnp_slowtimo() { register struct clnp_fragl *cfh = clnp_frags; @@ -170,6 +172,7 @@ clnp_slowtimo() * NOTES: * TODO: should send back ER */ +void clnp_drain() { register struct clnp_fragl *cfh = clnp_frags; |
