From c65e27777ea7d253329b9e7b655fed623cc253fa Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 16 Sep 1997 18:36:06 +0000 Subject: Make TCPDEBUG a new-style option. --- sys/netinet/tcp_input.c | 4 +++- 1 file changed, 3 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 14f0754..1b9f755 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -31,9 +31,11 @@ * SUCH DAMAGE. * * @(#)tcp_input.c 8.12 (Berkeley) 5/24/95 - * $Id: tcp_input.c,v 1.59 1997/07/01 05:42:16 jdp Exp $ + * $Id: tcp_input.c,v 1.60 1997/08/16 19:15:39 wollman Exp $ */ +#include "opt_tcpdebug.h" + #ifndef TUBA_INCLUDE #include #include -- cgit v1.1