From 58747a550704678cdf874a876ebf30fd90eaa80a Mon Sep 17 00:00:00 2001 From: wollman Date: Tue, 14 Feb 1995 02:35:19 +0000 Subject: Get rid of some unneeded #ifdef TTCP lines. Also, get rid of some bogus commons declared in header files. --- sys/netinet/tcp_input.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/netinet/tcp_input.c') diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index 6c48ee4..306c256 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tcp_input.c 8.5 (Berkeley) 4/10/94 - * $Id: tcp_input.c,v 1.10 1994/10/13 18:36:32 wollman Exp $ + * $Id: tcp_input.c,v 1.11 1995/02/09 23:13:23 wollman Exp $ */ #ifndef TUBA_INCLUDE @@ -65,6 +65,11 @@ struct tcpiphdr tcp_saveti; int tcprexmtthresh = 3; struct inpcb *tcp_last_inpcb = &tcb; +tcp_seq tcp_iss; +tcp_cc tcp_ccgen; +struct inpcb tcb; +struct tcpstat tcpstat; +u_long tcp_now; #endif /* TUBA_INCLUDE */ -- cgit v1.1