X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/6c86b28db134c57a8c04cf3245e55fc09e663553..a12eac9b54943f621bdfc785076e219d5d1b2e55:/sys/netiso/tp_ip.h diff --git a/sys/netiso/tp_ip.h b/sys/netiso/tp_ip.h index 33b3877134..edf34b68f6 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$ + * $Id: tp_ip.h,v 1.2 1993/10/16 21:05:46 rgrimes 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__