Date: Wed, 19 Oct 2005 10:09:19 +0000 (UTC) From: SUZUKI Shinsuke <suz@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 icmp6.c in6.c in6_ifattach.c nd6.c nd6_nbr.c nd6_rtr.c Message-ID: <200510191009.j9JA9KYv067336@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
suz 2005-10-19 10:09:19 UTC FreeBSD src repository Modified files: sys/netinet6 icmp6.c in6.c in6_ifattach.c nd6.c nd6_nbr.c nd6_rtr.c Log: sync with KAME in the following points: - fixed typos - improved some comment descriptions - use NULL, instead of 0, to denote a NULL pointer - avoid embedding a magic number in the code - use nd6log() instead of log() to record NDP-specific logs - nuked an unnecessay white space Obtained from: KAME MFC after: 1 day Revision Changes Path 1.67 +3 -1 src/sys/netinet6/icmp6.c 1.55 +19 -24 src/sys/netinet6/in6.c 1.29 +10 -10 src/sys/netinet6/in6_ifattach.c 1.56 +45 -44 src/sys/netinet6/nd6.c 1.35 +13 -13 src/sys/netinet6/nd6_nbr.c 1.29 +4 -4 src/sys/netinet6/nd6_rtr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510191009.j9JA9KYv067336>