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/29/1995 01:30:07
cgd
Sat Apr 29 01:26:40 EDT 1995
Update of /a/cvsroot/src/lib/libc/rpc
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv22182

Modified Files:
	rpc_callmsg.c rpc_prot.c xdr.c 
Log Message:
change some of the rpc "on-the-wire" structures' fields to be explicitly-sized
types.  add xdr_{,u_}int{16,32}_t() functions to convert them.
This is necessary, because things like BPF use the RPC headers to look
at the on-the-wire data, so the headers must accurately represent
what's on the wire, too.


cgd
Sat Apr 29 01:28:08 EDT 1995
Update of /a/cvsroot/src/include/rpc
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv22290

Modified Files:
	auth.h clnt.h rpc_msg.h svc.h types.h xdr.h 
Log Message:
change some of the rpc "on-the-wire" structures' fields to be explicitly-sized
types.  add xdr_{,u_}int{16,32}_t() functions to convert them.
This is necessary, because things like BPF use the RPC headers to look
at the on-the-wire data, so the headers must accurately represent
what's on the wire, too.