summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timer.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-04-06 06:52:47 +0000
committerphk <phk@FreeBSD.org>1998-04-06 06:52:47 +0000
commite9827cb58fc71d58ebacfa797f359fdc87c0dbef (patch)
tree96b1cd48542bd67d29e3a0de5be81bdd3fde9419 /sys/netinet/tcp_timer.c
parentfe8f3a58ea238383f5a92560271c7701d9552f7c (diff)
downloadFreeBSD-src-e9827cb58fc71d58ebacfa797f359fdc87c0dbef.zip
FreeBSD-src-e9827cb58fc71d58ebacfa797f359fdc87c0dbef.tar.gz
Remove the last traces of TUBA.
Inspired by: PR kern/3317
Diffstat (limited to 'sys/netinet/tcp_timer.c')
-rw-r--r--sys/netinet/tcp_timer.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c
index ac1dedb..65ace37 100644
--- a/sys/netinet/tcp_timer.c
+++ b/sys/netinet/tcp_timer.c
@@ -31,13 +31,12 @@
* SUCH DAMAGE.
*
* @(#)tcp_timer.c 8.2 (Berkeley) 5/24/95
- * $Id: tcp_timer.c,v 1.25 1998/01/25 04:23:33 eivind Exp $
+ * $Id: tcp_timer.c,v 1.26 1998/02/26 05:25:33 dg Exp $
*/
#include "opt_compat.h"
#include "opt_tcpdebug.h"
-#ifndef TUBA_INCLUDE
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
@@ -85,10 +84,6 @@ static int tcp_keepcnt = TCPTV_KEEPCNT;
static int tcp_maxpersistidle = TCPTV_KEEP_IDLE;
/* max idle time in persist */
int tcp_maxidle;
-#else /* TUBA_INCLUDE */
-
-static int tcp_maxpersistidle;
-#endif /* TUBA_INCLUDE */
/*
* Fast timeout routine for processing delayed acks
@@ -180,7 +175,6 @@ tpgone:
tcp_now++; /* for timestamps */
splx(s);
}
-#ifndef TUBA_INCLUDE
/*
* Cancel all timers for TCP tp.
@@ -380,4 +374,3 @@ tcp_timers(tp, timer)
}
return (tp);
}
-#endif /* TUBA_INCLUDE */
OpenPOWER on IntegriCloud