K 10
svn:author
V 5
eagle
K 8
svn:date
V 27
2011-08-21T00:45:16.653965Z
K 7
svn:log
V 292
Work around gcc 4.4 misdiagnosis of strict aliasing violation
    
gcc 4.4 thinks part of the network test suite is a strict aliasing
violation because it declares a local struct sockaddr_storage and
then casts it to other structs.  Allocate it from the heap instead
to work around this bug.

END
