]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/sys_domain.h
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / bsd / sys / sys_domain.h
index d14a5abcb37aaade4bf9ae2c632d0343f0fc5ad3..a0bda7358eef569462279df1014c31ac09f8cdd4 100644 (file)
@@ -56,7 +56,7 @@ struct sockaddr_sys {
 #ifdef PRIVATE
 struct  xsystmgen {
        u_int32_t       xg_len; /* length of this structure */
-       u_int32_t       xg_count;       /* number of PCBs at this time */
+       u_int64_t       xg_count;       /* number of PCBs at this time */
        u_int64_t       xg_gen; /* generation count at this time */
        u_int64_t       xg_sogen;       /* current socket generation count */
 };