freebsd-dev/lib/libc/sparc64/net
Thomas Moestl ca31253aa8 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.
2002-04-06 00:07:15 +00:00
..
htonl.S htonl() and ntohl() operate on unsinged types, so they must zero-extend, 2002-04-06 00:07:15 +00:00
htons.S o Move NTOHL() and associated macros into <sys/param.h>. These are 2002-02-18 20:35:27 +00:00
Makefile.inc Add more libc stuff. 2001-11-18 04:40:30 +00:00
ntohl.S htonl() and ntohl() operate on unsinged types, so they must zero-extend, 2002-04-06 00:07:15 +00:00
ntohs.S o Move NTOHL() and associated macros into <sys/param.h>. These are 2002-02-18 20:35:27 +00:00