diff --git a/sys/net/if_var.h b/sys/net/if_var.h index 9d95ee81df8a..519e6aaa1fb6 100644 --- a/sys/net/if_var.h +++ b/sys/net/if_var.h @@ -843,7 +843,6 @@ void if_ref(struct ifnet *); void if_rele(struct ifnet *); int if_setlladdr(struct ifnet *, const u_char *, int); void if_up(struct ifnet *); -/*void ifinit(void);*/ /* declared in systm.h for main() */ int ifioctl(struct socket *, u_long, caddr_t, struct thread *); int ifpromisc(struct ifnet *, int); struct ifnet *ifunit(const char *);