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/14/1995 16:40:03
jtc
Fri Apr 14 16:30:20 EDT 1995
Update of /a/cvsroot/src/lib/libc/rpc
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv20468
Modified Files:
xdr_array.c xdr_reference.c
Log Message:
Don't pass a third argument (LASTUNSIGNED) to xdrproc_t functions ---
they only take two arguments. Presumably this was done to prevent
problems when users passed xdr_string instead of xdr_wrapstring.
Function prototypes are a better way to fix this "problem".
jtc
Fri Apr 14 16:34:45 EDT 1995
Update of /a/cvsroot/src/lib/libc/rpc
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv20588
Modified Files:
xdr_float.c
Log Message:
Removed comment that explained that this code is not portable. A better
comment is already present near the top of the file.