PERFORCE change 161151 for review

Marko Zec zec at FreeBSD.org
Sun Apr 26 22:33:55 UTC 2009


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

Change 161151 by zec at zec_amdx2 on 2009/04/26 22:33:41

	Fix misintegrations.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/netinet/igmp.c#28 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/netinet/igmp.c#28 (text+ko) ====

@@ -3620,15 +3620,6 @@
 	return (0);
 }
 
-/*
- * XXX Are igi_head and igmpstat really accessed via kmem / kldsym?
- * If so, given that they are members of struct vnet_inet, they should
- * be registered with VNET_MOD_INET, not here.  Revisit!!!
- */
-#if 0
-};
-#endif
-
 #ifndef VIMAGE_GLOBALS
 static vnet_modinfo_t vnet_igmp_modinfo = {
 	.vmi_id		= VNET_MOD_IGMP,


More information about the p4-projects mailing list