From 8e9683767cf544456fe523a91a211d541dc97dd2 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Mon, 21 Dec 2009 20:09:19 +0000 Subject: [PATCH] Remove commented out prototype for ifinit(). This prototype has been commented out since 1.1 and has not been present in since at least 1.1 of that file. It is also not needed in FreeBSD due to SYSINIT(). --- sys/net/if_var.h | 1 - 1 file changed, 1 deletion(-) 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 *);