Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 2010 11:38:54 GMT
From:      Gabor Pali <pgj@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 177708 for review
Message-ID:  <201005041138.o44BcrDe092349@repoman.freebsd.org>

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

Change 177708 by pgj@csupor on 2010/05/04 11:38:00

	A small whitespace nit.

Affected files ...

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

Differences ...

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

@@ -178,7 +178,7 @@
 static struct mtx ipqlock;
 
 #define	V_ipq_zone		VNET(ipq_zone)
-#define	V_ipq		VNET(ipq)
+#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?201005041138.o44BcrDe092349>