summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/htons.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drop htonl(), htons(), ntohl(), ntohs() MD functions from libcnaddy2024-04-151-10/+4
* Switch from <sys/endian.h> or <machine/endian.h> to the new,guenther2014-07-211-2/+2
* zap rcsid.espie2005-08-061-4/+1
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-6/+1
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-2/+2
* Update {hton,ntoh}[ls] argument and return types to match changes intholo1996-12-121-4/+4
* Fix RCS idstholo1996-08-191-4/+2
* make 64 bit cleanderaadt1996-06-101-3/+3
* Pull in prototypestholo1996-03-251-0/+4
* initial import of NetBSD treederaadt1995-10-181-0/+27