This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / sys / netiso / tp_subr.c
index 0732344..38ad30a 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_subr.c   7.9 (Berkeley) 6/27/91
+ *     from: @(#)tp_subr.c     7.9 (Berkeley) 6/27/91
+ *     $Id$
  */
 
 /***********************************************************
  */
 
 /***********************************************************
@@ -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_subr.c,v 5.3 88/11/18 17:28:43 nhall Exp $
- * $Source: /usr/argo/sys/netiso/RCS/tp_subr.c,v $
- *
  * The main work of data transfer is done here.
  * These routines are called from tp.trans.
  * They include the routines that check the validity of acks and Xacks,
  * The main work of data transfer is done here.
  * These routines are called from tp.trans.
  * They include the routines that check the validity of acks and Xacks,
@@ -75,6 +74,7 @@ SOFTWARE.
  */
 
 #include "param.h"
  */
 
 #include "param.h"
+#include "systm.h"
 #include "mbuf.h"
 #include "socket.h"
 #include "socketvar.h"
 #include "mbuf.h"
 #include "socket.h"
 #include "socketvar.h"