K 10 svn:author V 5 brian K 8 svn:date V 27 1997-12-06T12:00:32.000000Z K 7 svn:log V 327 Reverse my previous change and use htons() on an int instead of htonl() ! This results in the int a,b,c,d changing to b,a,c,d, but as it's subsequently coerced to a u_short, the ultimate answer is correct. If this isn't fixed properly soon (by the author) I'll have a look at it again. Noted by: eivind & ari@suutari.iki.fi END