mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 00:12:45 +00:00
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().
This commit is contained in:
parent
9c7dcf0e47
commit
8e9683767c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=200805
@ -843,7 +843,6 @@ void if_ref(struct ifnet *);
|
|||||||
void if_rele(struct ifnet *);
|
void if_rele(struct ifnet *);
|
||||||
int if_setlladdr(struct ifnet *, const u_char *, int);
|
int if_setlladdr(struct ifnet *, const u_char *, int);
|
||||||
void if_up(struct ifnet *);
|
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 ifioctl(struct socket *, u_long, caddr_t, struct thread *);
|
||||||
int ifpromisc(struct ifnet *, int);
|
int ifpromisc(struct ifnet *, int);
|
||||||
struct ifnet *ifunit(const char *);
|
struct ifnet *ifunit(const char *);
|
||||||
|
Loading…
Reference in New Issue
Block a user