CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2012/01/03 16:41:51
Modified files: sys/net : if.c sys/netinet : in.c sys/netinet6 : in6.c in6_ifattach.c nd6.c nd6_nbr.c nd6_rtr.c Log message: To access the ifaddr of an in_ifaddr or in6_ifaddr struct, it is cleaner to access the first member via ia_ifa instead of casting. No binary change. ok henning@ krw@