--- src/sys/netinet/ip_var.h 2005/04/11 10:24:45 1.15 +++ src/sys/netinet/ip_var.h 2005/04/18 14:26:57 1.16 @@ -67,7 +67,6 @@ struct ipq { u_char ipq_nfrags; /* # frags in this packet */ #ifdef IPDIVERT u_int32_t ipq_div_info; /* ipfw divert port & flags */ - u_int16_t ipq_div_cookie; /* ipfw divert cookie */ #endif }; @@ -216,7 +215,7 @@ extern void (*rsvp_input_p)(struct mbuf #ifdef IPDIVERT void div_init(void); void div_input(struct mbuf *, ...); -void divert_packet(struct mbuf *m, int incoming, int port, int rule); +void divert_packet(struct mbuf *m, int incoming, int port); extern struct pr_usrreqs div_usrreqs; #endif