PERFORCE change 147623 for review
Bjoern A. Zeeb
bz at FreeBSD.org
Sun Aug 17 00:58:27 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=147623
Change 147623 by bz at bz_dumpster on 2008/08/17 00:58:02
more V_ missing
Affected files ...
.. //depot/projects/vimage-commit2/src/sys/netinet6/in6_ifattach.c#7 edit
.. //depot/projects/vimage-commit2/src/sys/netinet6/nd6_nbr.c#6 edit
Differences ...
==== //depot/projects/vimage-commit2/src/sys/netinet6/in6_ifattach.c#7 (text+ko) ====
==== //depot/projects/vimage-commit2/src/sys/netinet6/nd6_nbr.c#6 (text+ko) ====
@@ -1137,7 +1137,7 @@
ia->ia6_flags &= ~IN6_IFF_TENTATIVE;
return;
}
- if (!ip6_dad_count) {
+ if (!V_ip6_dad_count) {
ia->ia6_flags &= ~IN6_IFF_TENTATIVE;
return;
}
More information about the p4-projects
mailing list