summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_debug.c
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2003-05-14 01:12:27 +0000
committerjason <jason@openbsd.org>2003-05-14 01:12:27 +0000
commit963630992c0f206ad4c722d998597ecc76f88fa4 (patch)
treecfa512bbb8931e4bb7a5a56cb7eba65798f2b84b /sys/netinet/tcp_debug.c
parentzs driver on sparc does not take flags anymore since 10 months, so don't (diff)
downloadwireguard-openbsd-963630992c0f206ad4c722d998597ecc76f88fa4.tar.xz
wireguard-openbsd-963630992c0f206ad4c722d998597ecc76f88fa4.zip
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
*/