summaryrefslogtreecommitdiffstats
path: root/sys/net/if_var.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-12-21 20:09:19 +0000
committerjhb <jhb@FreeBSD.org>2009-12-21 20:09:19 +0000
commit70c567a7537653168b0f86d33547b306938d324c (patch)
tree231764b3a65f0359d9c7b151db397d2aa0e005c7 /sys/net/if_var.h
parentea15f0871d40fed799dcda1429a24d9153782186 (diff)
downloadFreeBSD-src-70c567a7537653168b0f86d33547b306938d324c.zip
FreeBSD-src-70c567a7537653168b0f86d33547b306938d324c.tar.gz
Remove commented out prototype for ifinit(). This prototype has been
commented out since 1.1 and has not been present in <sys/systm.h> since at least 1.1 of that file. It is also not needed in FreeBSD due to SYSINIT().
Diffstat (limited to 'sys/net/if_var.h')
-rw-r--r--sys/net/if_var.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/if_var.h b/sys/net/if_var.h
index 9d95ee8..519e6aa 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 *);
OpenPOWER on IntegriCloud