K 10 svn:author V 6 mjacob K 8 svn:date V 27 2001-07-07T19:09:21.000000Z K 7 svn:log V 406 Ian Dowse writes: The original code was certainly broken; it knows that whereto is to be used for a sockaddr_in, so it should be declared as such. To support multiple protocols, there is also a sockaddr_storage struct that can be used; I don't think struct sockaddr is supposed to be used anywhere other than for casts and pointers. Submitted by: Ian Dowse MFC after: 3 weeks END