summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet/tcp_debug.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-04 14:53:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-04 14:53:06 +0000
commit7c7fd4de931ab2ca213df1d146cdfdf565388d56 (patch)
treed23b58d710c454c1e73ab4692b8b0886fef369f3 /cpukit/libnetworking/netinet/tcp_debug.c
parentPatch from John S Gwynne <jsg@donet.com> for malloctest. His comments: (diff)
downloadrtems-7c7fd4de931ab2ca213df1d146cdfdf565388d56.tar.bz2
Modified to include comments on how to get TCPDEBUG turned on and
printing messages.
Diffstat (limited to 'cpukit/libnetworking/netinet/tcp_debug.c')
-rw-r--r--cpukit/libnetworking/netinet/tcp_debug.c2
1 files changed, 1 insertions, 1 deletions
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 <netinet/tcp_debug.h>
#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];