From 832a9eda23b51dc83a11d44051549b8ee4245d11 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 14 Feb 1995 06:28:25 +0000 Subject: YFfix. --- sys/netinet/tcp_input.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/netinet/tcp_input.c') diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index 306c256..d0a2195 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.11 1995/02/09 23:13:23 wollman Exp $ + * $Id: tcp_input.c,v 1.12 1995/02/14 02:35:16 wollman Exp $ */ #ifndef TUBA_INCLUDE @@ -2064,7 +2064,6 @@ tcp_mss(tp, offer) extern int tcp_do_rfc1644; #endif extern int tcp_mssdflt; - extern int tcp_do_rfc1323; inp = tp->t_inpcb; if ((rt = tcp_rtlookup(inp)) == NULL) { -- cgit v1.1