From 7c7fd4de931ab2ca213df1d146cdfdf565388d56 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 Feb 1999 14:53:06 +0000 Subject: Modified to include comments on how to get TCPDEBUG turned on and printing messages. --- cpukit/libnetworking/netinet/tcp_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libnetworking/netinet/tcp_debug.c') diff --git a/cpukit/libnetworking/netinet/tcp_debug.c b/cpukit/libnetworking/netinet/tcp_debug.c index 864a01cb1a..2f88ae658e 100644 --- a/cpukit/libnetworking/netinet/tcp_debug.c +++ b/cpukit/libnetworking/netinet/tcp_debug.c @@ -70,7 +70,7 @@ #include #ifdef TCPDEBUG -static int tcpconsdebug = 0; +static int tcpconsdebug = 0; /* set to 1 to enable prints */ #endif static struct tcp_debug tcp_debug[TCP_NDEBUG]; -- cgit v1.2.3