CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/03/27 18:32:11
Modified files:
sys/net : if_gre.c pf.c
sys/netinet : if_ether.c in_pcb.c ip_input.c
sys/netinet6 : in6_src.c ip6_output.c raw_ip6.c
Log message:
Unfortunately the satosin, sintosa, ifatoia, satosin6, sin6tosa,
ifatoia6 macros do not check the source type. They just cast
anything. Remove needless casts and do not use those macros if the
source type does not match. Remove duplicate defines.
No binary change. OK kettenis@ krw@