Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/17/1996 18:40:03
cgd
Wed Apr 17 18:36:39 EDT 1996
Update of /a/cvsroot/src/lib/libc/arch/alpha
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv13240

Modified Files:
	Makefile.inc 
Log Message:
add assembler versions of the byte swap macros (only compile ntoh and
hton variants, not byte_swap variants, which are just included), and
copy them to libkern when appropriate.


cgd
Wed Apr 17 18:37:06 EDT 1996
Update of /a/cvsroot/src/lib/libc/arch/alpha/net
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv13240/net

Modified Files:
	Makefile.inc 
Added Files:
	byte_swap_2.S byte_swap_4.S htonl.S htons.S ntohl.S ntohs.S 
Log Message:
add assembler versions of the byte swap macros (only compile ntoh and
hton variants, not byte_swap variants, which are just included), and
copy them to libkern when appropriate.