--- src/sys/netinet/in_pcb.h 2004/12/03 20:29:53 1.17 +++ src/sys/netinet/in_pcb.h 2004/12/20 11:03:16 1.18 @@ -276,14 +276,6 @@ struct xinpcb { struct xsocket xi_socket; u_quad_t xi_alignment_hack; }; - -struct xinpgen { - size_t xig_len; /* length of this structure */ - u_int xig_count; /* number of PCBs at this time */ - inp_gen_t xig_gen; /* generation count at this time */ - so_gen_t xig_sogen; /* socket generation count at this time */ - int xig_cpu; /* cpu containing additional info */ -}; #endif /* _SYS_SOCKETVAR_H_ */ struct inpcbport {