This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / sys / netiso / tp_ip.h
index a00301f..edf34b6 100644 (file)
@@ -30,7 +30,8 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)tp_ip.h     7.3 (Berkeley) 5/6/91
+ *     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 $
  */
 
 /***********************************************************
  */
 
 /***********************************************************
@@ -59,12 +60,10 @@ SOFTWARE.
 /*
  * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison
  */
 /*
  * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison
  */
+
 /* 
  * ARGO TP
  *
 /* 
  * ARGO TP
  *
- * $Header: tp_ip.h,v 5.1 88/10/12 12:19:47 root Exp $
- * $Source: /usr/argo/sys/netiso/RCS/tp_ip.h,v $
- *
  * internet IP-dependent structures and include files
  *
  */
  * internet IP-dependent structures and include files
  *
  */
@@ -85,7 +84,7 @@ SOFTWARE.
 #include "../netinet/ip_var.h"
 
 
 #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__
        /* queue of active inpcbs for tp ; for tp with dod ip */
 
 #endif __TP_IP__