X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/316670eb35587141e969394ae8537d66b9211e80..d190cdc3f5544636abb56dc1874be391d3e1b148:/bsd/sys/unpcb.h diff --git a/bsd/sys/unpcb.h b/bsd/sys/unpcb.h index d4d566654..936e99801 100644 --- a/bsd/sys/unpcb.h +++ b/bsd/sys/unpcb.h @@ -203,7 +203,6 @@ struct xunpcb { u_quad_t xu_alignment_hack; }; -#if !CONFIG_EMBEDDED struct xunpcb64_list_entry { u_int64_t le_next; @@ -237,7 +236,6 @@ struct xunpcb64 { struct xsocket64 xu_socket; }; -#endif /* !CONFIG_EMBEDDED */ #pragma pack()