This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / sys / netiso / tp_subr2.c
index df2d201..95c5525 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_subr2.c  7.10 (Berkeley) 6/27/91
+ *     from: @(#)tp_subr2.c    7.10 (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_subr2.c,v 5.5 88/11/18 17:28:55 nhall Exp $
- * $Source: /usr/argo/sys/netiso/RCS/tp_subr2.c,v $
- *
  * Some auxiliary routines:
  *     tp_protocol_error: required by xebec- called when a combo of state,
  *         event, predicate isn't covered for by the transition file.
  * Some auxiliary routines:
  *     tp_protocol_error: required by xebec- called when a combo of state,
  *         event, predicate isn't covered for by the transition file.
@@ -636,6 +635,10 @@ done:
        return error;
 }
 
        return error;
 }
 
+#ifndef TPCONS
+static
+pk_flowcontrol() {}
+#endif
 
 /* class zero version */
 void
 
 /* class zero version */
 void
@@ -698,10 +701,6 @@ register struct tp_pcb *tpcb;
                        pk_flowcontrol(lcp, 0, 0);
        }
 }
                        pk_flowcontrol(lcp, 0, 0);
        }
 }
-#ifndef TPCONS
-static
-pk_flowcontrol() {}
-#endif
 
 #ifdef TP_PERF_MEAS
 /*
 
 #ifdef TP_PERF_MEAS
 /*