summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/netinet/tcp_debug.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--freebsd/sys/netinet/tcp_debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/freebsd/sys/netinet/tcp_debug.h b/freebsd/sys/netinet/tcp_debug.h
index c4d38da9..511a4ecd 100644
--- a/freebsd/sys/netinet/tcp_debug.h
+++ b/freebsd/sys/netinet/tcp_debug.h
@@ -72,9 +72,11 @@ static const char *tanames[] =
#define TCP_NDEBUG 100
#ifndef _KERNEL
+#ifndef __rtems__
/* XXX common variables for broken applications. */
struct tcp_debug tcp_debug[TCP_NDEBUG];
int tcp_debx;
+#endif /* __rtems__ */
#endif
#endif /* !_NETINET_TCP_DEBUG_H_ */