Subject: Re: htonl and longs
To: Todd Vierling <tv@pobox.com>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: port-alpha
Date: 06/18/1999 09:36:52
On Fri, 18 Jun 1999 09:28:51 -0400 (EDT) 
 Todd Vierling <tv@pobox.com> wrote:

 > htonl works on longs, not u_int32_t's.  This may sound Odd at first, but
 > it's absolutely true.

Incorrect.  htonl() is prototype'd to take in in_addr_t, which is a u_int32_t.

        -- Jason R. Thorpe <thorpej@nas.nasa.gov>