Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sun-lamp CVS commits



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.




Home | Main Index | Thread Index | Old Index