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_clnp.h | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Diffstat (limited to 'sys/netiso/tp_clnp.h')
| -rw-r--r-- | sys/netiso/tp_clnp.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/sys/netiso/tp_clnp.h b/sys/netiso/tp_clnp.h index 38ab12e3a748..66a7f1512b5e 100644 --- a/sys/netiso/tp_clnp.h +++ b/sys/netiso/tp_clnp.h @@ -31,7 +31,7 @@   * SUCH DAMAGE.   *   *	from: @(#)tp_clnp.h	7.3 (Berkeley) 5/6/91 - *	$Id: tp_clnp.h,v 1.2 1993/10/16 21:05:34 rgrimes Exp $ + *	$Id: tp_clnp.h,v 1.3 1993/11/07 17:49:50 wollman Exp $   */  /*********************************************************** @@ -87,7 +87,7 @@ SOFTWARE.  #endif  #include "../netiso/iso_var.h" -struct isopcb tp_isopcb;	 +extern struct isopcb tp_isopcb;	  	/* queue of active inpcbs for tp ; for tp with dod ip */  #endif __TP_CLNP__ | 
