Subject: sun-lamp CVS commits
To: None <source-changes>
From: The Source Master <srcmastr>
List: source-changes
Date: 08/06/1994 16:10:05
jtc
Sat Aug 6 16:07:53 PDT 1994
Update of /b/source/CVS/src/lib/libc/yp
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/libc/yp
Modified Files:
xdryp.c yplib.c
Log Message:
Post 1.0 cleanup:
* Include appropriate header files to bring prototypes into scope.
* bcopy -> memcpy
* bzero -> memset
* bcmp -> memcmp
* Tweak yp xdr routines so compiler can do a better job --- saves
at least 5 instructions per function call on the i386.
------------------------------------------------------------------------------