cvs commit: src/sys/netinet6 icmp6.c in6.c in6_ifattach.c nd6.c
nd6_nbr.c nd6_rtr.c
SUZUKI Shinsuke
suz at FreeBSD.org
Wed Oct 19 03:09:20 PDT 2005
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
More information about the cvs-src
mailing list