CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/08/12 00:24:28
Modified files:
sys/netinet : ip_carp.c
Log message:
In the common IPv4 and IPv6 file ip_carp.c an #ifdef INET6 was
missing. Especially the IN6_IS_ADDR_LINKLOCAL() macro should not
be necessary in IPv4 only code. No binary change.
OK henning@ claudio@
