removed reverence to Berk TCP variable so can compile with BBN stuff
authorDan Walsh <walsh@ucbvax.Berkeley.EDU>
Sat, 24 Aug 1985 03:17:36 +0000 (19:17 -0800)
committerDan Walsh <walsh@ucbvax.Berkeley.EDU>
Sat, 24 Aug 1985 03:17:36 +0000 (19:17 -0800)
SCCS-vsn: sys/netns/spp_usrreq.c 6.9

usr/src/sys/netns/spp_usrreq.c

index 375d6f6..f781f9e 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)spp_usrreq.c        6.8 (Berkeley) %G%
+ *     @(#)spp_usrreq.c        6.9 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -1248,7 +1248,6 @@ tpgone:
 
 float  spp_backoff[TCP_MAXRXTSHIFT] =
     { 1.0, 1.2, 1.4, 1.7, 2.0, 3.0, 5.0, 8.0, 16.0, 32.0 };
 
 float  spp_backoff[TCP_MAXRXTSHIFT] =
     { 1.0, 1.2, 1.4, 1.7, 2.0, 3.0, 5.0, 8.0, 16.0, 32.0 };
-extern int tcpexprexmtbackoff;
 /*
  * TCP timer processing.
  */
 /*
  * TCP timer processing.
  */