Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Dec 2009 01:09:16 +0000 (UTC)
From:      Qing Li <qingli@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r201319 - head/sys/net
Message-ID:  <200912310109.nBV19GqV081375@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 *);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912310109.nBV19GqV081375>