Remove a deleted comment line that was brought back by

my previous commit.

MFC after:	5 days
This commit is contained in:
Qing Li 2009-12-31 01:09:16 +00:00
parent 87b88f757d
commit 9f1409057b

View File

@ -844,7 +844,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 *);