X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/e5568f75972dfc723778653c11cb6b4dc825716a..743b15655a24ee3fe9f458f383003e011db0558f:/bsd/netinet/tcp_debug.h?ds=sidebyside diff --git a/bsd/netinet/tcp_debug.h b/bsd/netinet/tcp_debug.h index 76a05474e..1fbf37aa9 100644 --- a/bsd/netinet/tcp_debug.h +++ b/bsd/netinet/tcp_debug.h @@ -58,7 +58,7 @@ #ifndef _NETINET_TCP_DEBUG_H_ #define _NETINET_TCP_DEBUG_H_ #include -#ifdef __APPLE_API_PRIVATE +#ifdef PRIVATE struct tcp_debug { n_time td_time; @@ -97,11 +97,6 @@ static char *tanames[] = #define TCP_NDEBUG 100 -#ifndef KERNEL -/* XXX common variables for broken applications. */ -struct tcp_debug tcp_debug[TCP_NDEBUG]; -int tcp_debx; -#endif -#endif /* __APPLE_API_PRIVATE */ +#endif /* PRIVATE */ #endif /* !_NETINET_TCP_DEBUG_H_ */