K 10 svn:author V 3 tmm K 8 svn:date V 27 2002-04-06T00:07:15.000000Z K 7 svn:log V 189 htonl() and ntohl() operate on unsinged types, so they must zero-extend, not sign-extend. Fix a comment in the former to that effect, and change the latter over to do the right conversion. END