summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timer.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1996-07-12 17:28:47 +0000
committerdg <dg@FreeBSD.org>1996-07-12 17:28:47 +0000
commit6657f01bfd009bbf4ec0481a17712259abf8ea77 (patch)
treec9bb433f5b0aa761725416c0870aecab7fcc76e4 /sys/netinet/tcp_timer.c
parent48c30a896bf1b18eaeda0b3128342b6db44c2296 (diff)
downloadFreeBSD-src-6657f01bfd009bbf4ec0481a17712259abf8ea77.zip
FreeBSD-src-6657f01bfd009bbf4ec0481a17712259abf8ea77.tar.gz
Fixed two bugs in previous commit: be sure to include tcp_debug.h when
TCPDEBUG is defined, and fix typo in TCPDEBUG2() macro.
Diffstat (limited to 'sys/netinet/tcp_timer.c')
-rw-r--r--sys/netinet/tcp_timer.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c
index a1c3d13..73396b3 100644
--- a/sys/netinet/tcp_timer.c
+++ b/sys/netinet/tcp_timer.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)tcp_timer.c 8.2 (Berkeley) 5/24/95
- * $Id: tcp_timer.c,v 1.17 1996/06/03 15:37:52 jdp Exp $
+ * $Id: tcp_timer.c,v 1.18 1996/07/11 16:32:35 wollman Exp $
*/
#ifndef TUBA_INCLUDE
@@ -63,6 +63,9 @@
#include <netinet/tcp_timer.h>
#include <netinet/tcp_var.h>
#include <netinet/tcpip.h>
+#ifdef TCPDEBUG
+#include <netinet/tcp_debug.h>
+#endif
int tcp_keepidle = TCPTV_KEEP_IDLE;
SYSCTL_INT(_net_inet_tcp, TCPCTL_KEEPIDLE, keepidle,
OpenPOWER on IntegriCloud