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/tp_timer.c | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Diffstat (limited to 'sys/netiso/tp_timer.c')
| -rw-r--r-- | sys/netiso/tp_timer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netiso/tp_timer.c b/sys/netiso/tp_timer.c index 80cbcb78d710..fbb84a0099fd 100644 --- a/sys/netiso/tp_timer.c +++ b/sys/netiso/tp_timer.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)tp_timer.c 7.5 (Berkeley) 5/6/91 - * $Id: tp_timer.c,v 1.3 1993/10/16 21:06:06 rgrimes Exp $ + * $Id: tp_timer.c,v 1.4 1993/12/19 00:53:45 wollman Exp $ */ /*********************************************************** @@ -102,6 +102,7 @@ struct Ecallout *TP_callout; struct tp_ref *tp_ref; int N_TPREF = 100; +int tp_driver(); /* XXX */ extern int tp_maxrefopen; /* highest ref # of an open tp connection */ /* |
