--- src/sys/sys/unpcb.h 2003/06/17 04:28:59 1.2 +++ src/sys/sys/unpcb.h 2004/12/20 11:03:16 1.3 @@ -32,7 +32,7 @@ * * @(#)unpcb.h 8.1 (Berkeley) 6/2/93 * $FreeBSD: src/sys/sys/unpcb.h,v 1.9.2.1 2002/03/09 05:22:23 dd Exp $ - * $DragonFly: src/sys/sys/unpcb.h,v 1.1 2003/06/16 06:49:24 dillon Exp $ + * $DragonFly$ */ #ifndef _SYS_UNPCB_H_ @@ -123,13 +123,6 @@ struct xunpcb { struct xsocket xu_socket; u_quad_t xu_alignment_hack; }; - -struct xunpgen { - size_t xug_len; - u_int xug_count; - unp_gen_t xug_gen; - so_gen_t xug_sogen; -}; #endif /* _SYS_SOCKETVAR_H_ */ #endif /* _SYS_UNPCB_H_ */