Date: Wed, 15 May 2002 13:40:35 -0700 (PDT) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/powerpc/net Makefile.inc htonl.S htons.S ntohl.S ntohs.S Message-ID: <200205152040.g4FKeZI02126@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2002/05/15 13:40:35 PDT
Added files:
lib/libc/powerpc/net Makefile.inc htonl.S htons.S ntohl.S
ntohs.S
Log:
host-network order conversion routines.
Luckily we are network order, so there is little to be done. :-)
Revision Changes Path
1.1 +4 -0 src/lib/libc/powerpc/net/Makefile.inc (new)
1.1 +38 -0 src/lib/libc/powerpc/net/htonl.S (new)
1.1 +38 -0 src/lib/libc/powerpc/net/htons.S (new)
1.1 +38 -0 src/lib/libc/powerpc/net/ntohl.S (new)
1.1 +40 -0 src/lib/libc/powerpc/net/ntohs.S (new)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205152040.g4FKeZI02126>
