s/void/void */

This commit is contained in:
kmacy 2009-04-16 23:02:56 +00:00
parent c97af2f435
commit 84c8e0e755

View File

@ -170,7 +170,7 @@ struct inpcb {
u_char inp_ip_minttl; /* (i) minimum TTL or drop */
uint32_t inp_flowid; /* (x) flow id / queue id */
u_int inp_refcount; /* (i) refcount */
void inp_pspare[2]; /* (x) rtentry / general use */
void *inp_pspare[2]; /* (x) rtentry / general use */
/* Local and foreign ports, local and foreign addr. */
struct in_conninfo inp_inc; /* (i/p) list for PCB's local port */