Date: Wed, 17 Nov 2010 10:43:20 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet6 nd6.c Message-ID: <201011171043.oAHAhZRr013550@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2010-11-17 10:43:20 UTC FreeBSD src repository Modified files: sys/netinet6 nd6.c Log: SVN rev 215423 on 2010-11-17 10:43:20Z by bz Do not initialize flag variables before needed. Consistently use the LLE_ prefix for lla_lookup() and the ND6_ prefix for nd6_lookup() even though both are defined the same. Use the right flag variable when checking each. No real functional change. MFC after: 4 days Revision Changes Path 1.139 +7 -6 src/sys/netinet6/nd6.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011171043.oAHAhZRr013550>