CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/07/10 05:49:42
Modified files:
include/arpa : inet.h
sys/netinet : in.h
sys/netinet6 : in6.h
Log message:
Instead of <arpa/inet.h> pulling in <netinet/in.h>, just copy in the
three things that it needed from there: INET_ADDRSTRLEN, INET6_ADDRSTRLEN,
and struct in_addr. Add protecting #ifndefs to netinet6?/in6?.h for those.
ok deraadt@
