CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2013/05/31 09:04:25
Modified files: sys/netinet6 : frag6.c icmp6.c in6.c in6_gif.c in6_ifattach.c in6_pcb.c in6_src.c ip6_divert.c ip6_forward.c ip6_mroute.c ip6_output.c nd6.c nd6_nbr.c nd6_rtr.c raw_ip6.c Log message: Remove a bunch of sockaddr_in6 pointer casts and replace others with sin6tosa() or satosin6() inline functions. This allows the compiler to check the types more strictly. OK mpi@