This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / sys / netiso / tp_emit.c
index 3bf1982..d3281d5 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_emit.c   7.9 (Berkeley) 5/9/91
+ *     from: @(#)tp_emit.c     7.9 (Berkeley) 5/9/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_emit.c,v 5.5 88/11/18 17:27:20 nhall Exp $
- * $Source: /usr/argo/sys/netiso/RCS/tp_emit.c,v $
- *
  * This file contains tp_emit() and tp_error_emit(), which
  * form TPDUs and hand them to ip.
  * They take data in the form of mbuf chain, allocate mbufs as
  * This file contains tp_emit() and tp_error_emit(), which
  * form TPDUs and hand them to ip.
  * They take data in the form of mbuf chain, allocate mbufs as
@@ -80,6 +79,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"