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: 05/29/1996 19:30:14
cgd
Wed May 29 19:23:56 EDT 1996
Update of /a/cvsroot/src/lib/libc/net
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv623

Modified Files:
	htonl.c htons.c ntohl.c ntohs.c 
Log Message:
Add some casts so that we're not bitten by type promotions on 64-bit
systems.  Not a great concern since the only 64-bit system currently
supported by NetBSD (Alpha) uses assembly versions of these routines.


cgd
Wed May 29 19:28:41 EDT 1996
Update of /a/cvsroot/src/lib/libc/net
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv759

Revision/Branch: netbsd-1-2

Modified Files:
	htonl.c htons.c ntohl.c ntohs.c 
Log Message:
Pull revision 1.6 (add casts so we're not bitten by type promotions on
64-bit systems) to the release branch.