--- src/sys/net/if_ethersubr.c 2008/07/27 02:52:36 1.79 +++ src/sys/net/if_ethersubr.c 2008/07/27 03:49:30 1.80 @@ -668,7 +668,7 @@ ether_input_chain(struct ifnet *ifp, str ether_demux_chain(ifp, m, chain); } -void +static void ether_input(struct ifnet *ifp, struct mbuf *m) { ether_input_chain(ifp, m, NULL);