svn commit: r249552 - head/sys/netinet6

Tijl Coosemans tijl at FreeBSD.org
Tue Apr 16 16:59:29 UTC 2013


Author: tijl
Date: Tue Apr 16 16:59:29 2013
New Revision: 249552
URL: http://svnweb.freebsd.org/changeset/base/249552

Log:
  Fix build after r249543.

Modified:
  head/sys/netinet6/ip6_var.h

Modified: head/sys/netinet6/ip6_var.h
==============================================================================
--- head/sys/netinet6/ip6_var.h	Tue Apr 16 16:54:37 2013	(r249551)
+++ head/sys/netinet6/ip6_var.h	Tue Apr 16 16:59:29 2013	(r249552)
@@ -242,7 +242,7 @@ struct	ip6stat {
 	u_quad_t ip6s_sources_deprecated[IP6S_SCOPECNT];
 
 	/* number of times that each rule of source selection is applied. */
-	u_quad_t ip6s_sources_rule[IP6S_MAXRULES];
+	u_quad_t ip6s_sources_rule[IP6S_RULESMAX];
 };
 
 #ifdef _KERNEL


More information about the svn-src-head mailing list