svn commit: r201319 - head/sys/net
Qing Li
qingli at FreeBSD.org
Thu Dec 31 01:09:16 UTC 2009
Author: qingli
Date: Thu Dec 31 01:09:16 2009
New Revision: 201319
URL: http://svn.freebsd.org/changeset/base/201319
Log:
Remove a deleted comment line that was brought back by
my previous commit.
MFC after: 5 days
Modified:
head/sys/net/if_var.h
Modified: head/sys/net/if_var.h
==============================================================================
--- head/sys/net/if_var.h Thu Dec 31 00:55:50 2009 (r201318)
+++ head/sys/net/if_var.h Thu Dec 31 01:09:16 2009 (r201319)
@@ -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 *);
More information about the svn-src-head
mailing list