]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/unpcb.h
xnu-4570.41.2.tar.gz
[apple/xnu.git] / bsd / sys / unpcb.h
index 936e998010f94265ea6062cdd8ca4d237a643705..9c66ca69b1483c947b1db92bcc78471cc4511990 100644 (file)
@@ -67,6 +67,7 @@
 #include <sys/queue.h>
 #include <sys/un.h>
 #include <sys/ucred.h>
+#include <sys/socketvar.h>
 
 /*
  * Protocol control block for an active
@@ -203,6 +204,7 @@ struct  xunpcb {
        u_quad_t                        xu_alignment_hack;
 };
 
+#if !CONFIG_EMBEDDED
 
 struct xunpcb64_list_entry {
     u_int64_t   le_next;
@@ -236,6 +238,7 @@ struct xunpcb64 {
        struct xsocket64        xu_socket;
 };
 
+#endif /* !CONFIG_EMBEDDED */
 
 #pragma pack()