From e499dfd06df024bd144272e8a2f6ed93c0bf4dc0 Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 7 Sep 1997 05:27:26 +0000 Subject: Some staticized variables were still declared to be extern. --- sys/netinet/tcp_timer.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/netinet/tcp_timer.h') diff --git a/sys/netinet/tcp_timer.h b/sys/netinet/tcp_timer.h index 38ffac4..a2fcb77 100644 --- a/sys/netinet/tcp_timer.h +++ b/sys/netinet/tcp_timer.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tcp_timer.h 8.1 (Berkeley) 6/10/93 - * $Id$ + * $Id: tcp_timer.h,v 1.12 1997/02/22 09:41:42 peter Exp $ */ #ifndef _NETINET_TCP_TIMER_H_ @@ -129,7 +129,6 @@ static char *tcptimers[] = #ifdef KERNEL extern int tcp_keepinit; /* time to establish connection */ extern int tcp_keepidle; /* time before keepalive probes begin */ -extern int tcp_keepintvl; /* time between keepalive probes */ extern int tcp_maxidle; /* time to drop after starting probes */ extern int tcp_ttl; /* time to live for TCP segs */ extern int tcp_backoff[]; -- cgit v1.1