diff options
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; |
