aboutsummaryrefslogtreecommitdiff
path: root/sys/netiso/tp_ip.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netiso/tp_ip.h')
-rw-r--r--sys/netiso/tp_ip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netiso/tp_ip.h b/sys/netiso/tp_ip.h
index 9cbaf22014d2..8d5ffe2bcde8 100644
--- a/sys/netiso/tp_ip.h
+++ b/sys/netiso/tp_ip.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)tp_ip.h 7.3 (Berkeley) 5/6/91
- * $Id: tp_ip.h,v 1.2 1993/10/16 21:05:46 rgrimes Exp $
+ * $Id: tp_ip.h,v 1.3 1993/11/07 17:49:52 wollman Exp $
*/
/***********************************************************
@@ -84,7 +84,7 @@ SOFTWARE.
#include "../netinet/ip_var.h"
-struct inpcb tp_inpcb;
+extern struct inpcb tp_inpcb;
/* queue of active inpcbs for tp ; for tp with dod ip */
#endif __TP_IP__