--- kernel/bsd/netinet/in_pcb.h 2018/04/24 18:26:01 1.1 +++ kernel/bsd/netinet/in_pcb.h 2018/04/24 18:26:43 1.1.1.2 @@ -94,10 +94,10 @@ struct inpcb { struct inpcb_hash_str *lport_hash_str; struct inpcb *hash_next; struct inpcb *hash_prev; - u_long hash_element; + int hash_element; struct inpcb *lport_hash_next; struct inpcb *lport_hash_prev; - u_long lport_hash_element; + int lport_hash_element; }; /* flags in inp_flags: */