]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/tcp_debug.h
xnu-792.24.17.tar.gz
[apple/xnu.git] / bsd / netinet / tcp_debug.h
index 76a05474e80e1de1ff243aa7c1d77da7b1eef124..1fbf37aa98adf3d58238c83a0088e365c41f338b 100644 (file)
@@ -58,7 +58,7 @@
 #ifndef _NETINET_TCP_DEBUG_H_
 #define        _NETINET_TCP_DEBUG_H_
 #include <sys/appleapiopts.h>
-#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_ */