Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 2010 08:49:02 GMT
From:      Gabor Pali <pgj@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 177701 for review
Message-ID:  <201005040849.o448n2pG076656@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@177701?ac=10

Change 177701 by pgj@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");



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