]> 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 a50aebe3672b6e98dae4b235bc109ba9b5b5403d..936e998010f94265ea6062cdd8ca4d237a643705 100644 (file)
@@ -166,7 +166,7 @@ struct      unpcb {
        _UNPCB_LIST_ENTRY(unpcb_compat) unp_link;       /* glue on list of all PCBs */
        _UNPCB_PTR(struct socket *)     unp_socket;     /* pointer back to socket */
        _UNPCB_PTR(struct vnode *)      unp_vnode;      /* if associated with file */
-       ino_t                           unp_ino;        /* fake inode number */
+       u_int32_t                       unp_ino;        /* fake inode number */
        _UNPCB_PTR(struct unpcb_compat *) unp_conn;     /* control block of connected socket */
 #if defined(KERNEL)
        u_int32_t                       unp_refs;
@@ -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()