summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_debug.c
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2003-05-14 01:12:28 +0000
committerJason Wright <jason@cvs.openbsd.org>2003-05-14 01:12:28 +0000
commit3b28e8cd976942359f4ea93e2f8a69bbb266cec5 (patch)
tree8cfaf3bf1bf42a0058d775685be84305b77112bd /sys/netinet/tcp_debug.c
parentef4554adb6d4559252af88d80749e19247d91146 (diff)
remove the last of the MI commons
Diffstat (limited to 'sys/netinet/tcp_debug.c')
-rw-r--r--sys/netinet/tcp_debug.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/netinet/tcp_debug.c b/sys/netinet/tcp_debug.c
index c6fd8778450..09ab874665b 100644
--- a/sys/netinet/tcp_debug.c
+++ b/sys/netinet/tcp_debug.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcp_debug.c,v 1.13 2003/03/30 22:23:34 tedu Exp $ */
+/* $OpenBSD: tcp_debug.c,v 1.14 2003/05/14 01:12:27 jason Exp $ */
/* $NetBSD: tcp_debug.c,v 1.10 1996/02/13 23:43:36 christos Exp $ */
/*
@@ -111,6 +111,10 @@
#ifdef TCPDEBUG
int tcpconsdebug = 0;
#endif
+
+struct tcp_debug tcp_debug[TCP_NDEBUG];
+int tcp_debx;
+
/*
* Tcp debug routines
*/