From c44d3e680a9bf89f498ebc30c778a4517e6a7b61 Mon Sep 17 00:00:00 2001 From: qingli Date: Thu, 31 Dec 2009 01:09:16 +0000 Subject: [PATCH] Remove a deleted comment line that was brought back by my previous commit. MFC after: 5 days --- 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 148d72c403fa..28b5571e6a69 100644 --- a/sys/net/if_var.h +++ b/sys/net/if_var.h @@ -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 *);