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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"