K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2013-07-30T20:13:01.045819Z
K 7
svn:log
V 443
fix cast-align warnings

GCC on some platforms warns about casts from struct sockaddr to one
of the more specific subtypes on the grounds that the alignment
requirements increase.  Restructure code in getaddrinfo.c to avoid
needing the casts and cast through void * everywhere else to suppress
the warnings.  (In all cases, we are assured that the underlying data
is properly aligned.)

Thanks to Russ Allbery for the patch (from rra-c-util).

END
