PERFORCE change 153561 for review

Marko Zec zec at FreeBSD.org
Tue Nov 25 15:23:33 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=153561

Change 153561 by zec at zec_tpx32 on 2008/11/25 23:22:34

	Prepend a missing V_ on variable use.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/netinet6/nd6_nbr.c#17 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/netinet6/nd6_nbr.c#17 (text+ko) ====

@@ -153,7 +153,7 @@
 			    "(wrong ip6 dst)\n"));
 			goto bad;
 		}
-	} else if (!nd6_onlink_ns_rfc4861) {
+	} else if (!V_nd6_onlink_ns_rfc4861) {
 		struct sockaddr_in6 src_sa6;
 
 		/*


More information about the p4-projects mailing list