K 10 svn:author V 6 fenner K 8 svn:date V 27 2001-10-26T23:10:08.000000Z K 7 svn:log V 253 Force the length of the sockaddr to be correct for AF_INET and AF_INET6 in bind() and connect(). Linux doesn't care if the length of the sockaddr matches its address family; FreeBSD does. This fixes the known issues with the resolver in linux_base-7. END