Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/24/1995 19:40:07
jtc
Mon Apr 24 19:33:43 EDT 1995
Update of /a/cvsroot/src/lib/libc/rpc
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv28120

Modified Files:
	xdr.c 
Log Message:
Use a switch instead of three if statements in xdr_long() and xdr_u_long(), 
gcc generates slightly better code on all of the architectures I checked.
Also changed xdr_wrapstring to return the return value of xdr_string 
directly.