X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0a7de7458d150b5d4dffc935ba399be265ef0a1a..HEAD:/bsd/netinet/tcp_debug.h diff --git a/bsd/netinet/tcp_debug.h b/bsd/netinet/tcp_debug.h index 4a850d5c3..4032791ca 100644 --- a/bsd/netinet/tcp_debug.h +++ b/bsd/netinet/tcp_debug.h @@ -78,7 +78,7 @@ struct tcp_debug { */ struct tcpiphdr td_ti; struct { -#if !defined(KERNEL) && defined(INET6) +#if !defined(KERNEL) struct ip6_hdr ip6; #else u_char ip6buf[40]; /* sizeof(struct ip6_hdr) */