]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/udp_var.h
xnu-7195.101.1.tar.gz
[apple/xnu.git] / bsd / netinet / udp_var.h
index 8c662f05f4e3871479223984b6c41ad668466061..1148f7dc0cf04d23a67f97c39a8bb5e4fdbd2039 100644 (file)
@@ -136,10 +136,8 @@ struct  udpstat {
        { "pcblist", CTLTYPE_STRUCT },                                  \
 }
 
-#ifdef INET6
 #define udp6stat        udpstat
 #define udp6s_opackets  udps_opackets
-#endif /* INET6 */
 
 SYSCTL_DECL(_net_inet_udp);