X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/4d15aeb193b2c68f1d38666c317f8d3734f5f083..5ba3f43ea354af8ad55bea84372a2bc834d8757c:/bsd/netinet/ip_compat.h diff --git a/bsd/netinet/ip_compat.h b/bsd/netinet/ip_compat.h index 70d0fadf4..5fb846683 100644 --- a/bsd/netinet/ip_compat.h +++ b/bsd/netinet/ip_compat.h @@ -334,9 +334,9 @@ extern vm_map_t kmem_map; # define SPL_X(x) (void) splx(x) # else # if !SOLARIS && !defined(linux) -# define SPL_IMP(x) x = splimp() -# define SPL_NET(x) x = splnet() -# define SPL_X(x) (void) splx(x) +# define SPL_IMP(x) ; +# define SPL_NET(x) ; +# define SPL_X(x) ; # endif # endif /* NetBSD && NetBSD <= 1991011 && NetBSD >= 199407 */ # define PANIC(x,y) if (x) panic y