PERFORCE change 177701 for review

Gabor Pali pgj at FreeBSD.org
Tue May 4 08:49:03 UTC 2010


http://p4web.freebsd.org/@@177701?ac=10

Change 177701 by pgj at csupor on 2010/05/04 08:48:44

	Fix build.

Affected files ...

.. //depot/projects/soc2009/pgj_libstat/src/sys/netinet/ip_input.c#7 edit

Differences ...

==== //depot/projects/soc2009/pgj_libstat/src/sys/netinet/ip_input.c#7 (text+ko) ====

@@ -178,6 +178,7 @@
 static struct mtx ipqlock;
 
 #define	V_ipq_zone		VNET(ipq_zone)
+#define	V_ipq		VNET(ipq)
 
 SYSCTL_VNET_STRUCT(_net_inet_ip, OID_AUTO, stats_header, CTLFLAG_RD,
     &VNET_NAME(ipstat_header), stat_header, "IP statistics header");


More information about the p4-projects mailing list