]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/unpcb.h
xnu-3789.31.2.tar.gz
[apple/xnu.git] / bsd / sys / unpcb.h
index d4d566654db15d91a29975613d5423b41bf3eb4f..936e998010f94265ea6062cdd8ca4d237a643705 100644 (file)
@@ -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()