PERFORCE change 124619 for review

Marko Zec zec at FreeBSD.org
Fri Aug 3 15:42:19 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=124619

Change 124619 by zec at zec_tpx32 on 2007/08/03 22:42:08

	Unbreak nooptions VIMAGE build.

Affected files ...

.. //depot/projects/vimage/src/sys/netgraph/ng_ether.c#9 edit

Differences ...

==== //depot/projects/vimage/src/sys/netgraph/ng_ether.c#9 (text+ko) ====

@@ -823,8 +823,10 @@
 	 * is MOD_UNLOAD, so there's no need to detach any nodes.
 	 */
 
+#ifdef VIMAGE
 	if (!IS_VNET_0(curvnet))
 		return(0);
+#endif
 
 	/* Unregister function hooks */
 	ng_ether_attach_p = NULL;


More information about the p4-projects mailing list