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: 08/13/1996 20:10:03
thorpej
Tue Aug 13 17:07:37 PDT 1996
Update of /a/cvsroot/src/sys/arch/sparc/include
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25931

Modified Files:
	endian.h 
Log Message:
The htonl(), htons(), etc. functions return u_long and u_short.  Add
casts to the big-endian versions of these calls so that the compiler
won't complain when they're passed as arguments to printf().


thorpej
Tue Aug 13 17:09:03 PDT 1996
Update of /a/cvsroot/src/sys/arch/m68k/include
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25968

Modified Files:
	endian.h 
Log Message:
The htonl(), htons(), etc. functions return u_long and u_short.  Add
casts to the big-endian versions of these calls so that the compiler
won't complain when they're passed as arguments to printf().