Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2008 09:43:37 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 155159 for review
Message-ID:  <200812230943.mBN9hbEZ048678@repoman.freebsd.org>

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

Change 155159 by zec@zec_tca51 on 2008/12/23 09:42:41

	Misintegration - unbreak options VIMAGE_GLOBALS build.

Affected files ...

.. //depot/projects/vimage/src/sys/net/if.c#60 edit

Differences ...

==== //depot/projects/vimage/src/sys/net/if.c#60 (text+ko) ====

@@ -402,10 +402,6 @@
 {
 	INIT_VNET_NET(curvnet);
 
-#ifndef VIMAGE
-	vnet_mod_register(&vnet_net_modinfo);
-#endif
-
 	V_if_index = 0;
 	V_ifindex_table = NULL;
 	V_if_indexlim = 8;



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