Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Apr 2009 21:12:02 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 160643 for review
Message-ID:  <200904142112.n3ELC2RC041630@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=160643

Change 160643 by zec@zec_tpx32 on 2009/04/14 21:11:32

	Remove an unneeded INIT_VNET_NET() line.

Affected files ...

.. //depot/projects/vimage-commit/src/sys/net/if_loop.c#16 edit

Differences ...

==== //depot/projects/vimage-commit/src/sys/net/if_loop.c#16 (text+ko) ====

@@ -174,7 +174,6 @@
 static int
 loop_modevent(module_t mod, int type, void *data)
 {
-	INIT_VNET_NET(curvnet);
 
 	switch (type) {
 	case MOD_LOAD:



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