--- src/sys/net/if_var.h 2007/09/30 04:37:27 1.41 +++ src/sys/net/if_var.h 2007/10/01 12:56:36 1.42 @@ -455,7 +455,7 @@ void ether_ifattach(struct ifnet *, uint void ether_ifattach_bpf(struct ifnet *, uint8_t *, u_int, u_int, struct lwkt_serialize *); void ether_ifdetach(struct ifnet *); -void ether_input(struct ifnet *, struct ether_header *, struct mbuf *); +void ether_input(struct ifnet *, struct mbuf *); void ether_demux(struct ifnet *, struct ether_header *, struct mbuf *); int ether_output_frame(struct ifnet *, struct mbuf *); int ether_ioctl(struct ifnet *, int, caddr_t);