glibc/sunrpc/rpc
Roland McGrath fd4c894c23 * sunrpc/rpc/xdr.h (struct XDR.xdr_ops.x_inline): 2nd arg
is now u_int, not int.
	(struct XDR.x_handy): Now u_int, not int.
	* sunrpc/xdr_mem.c: Include <limits.h>.
	(xdrmem_getlong, xdrmem_putlong, xdrmem_getbytes, xdrmem_putbytes,
	xdrmem_inline, xdrmem_getint32, xdrmem_putint32):
	x_handy is now unsigned, not signed.
	Do not decrement x_handy if no change is made.
	(xdrmem_setpos): Check for int overflow.
	* sunrpc/xdr_sizeof.c (x_inline): 2nd arg is now unsigned.
	(xdr_sizeof): Remove cast that is now unnecessary, now that
	x_handy is unsigned.
2002-12-16 02:05:55 +00:00
..
auth.h Update. 1999-10-09 21:56:43 +00:00
auth_des.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
auth_unix.h Update. 1999-10-09 21:56:43 +00:00
clnt.h Update. 2000-08-02 07:01:41 +00:00
des_crypt.h Update. 1999-10-09 21:56:43 +00:00
key_prot.h Update. 1998-03-27 22:57:26 +00:00
netdb.h Update. 1999-10-09 21:56:43 +00:00
pmap_clnt.h Update. 1999-10-09 21:56:43 +00:00
pmap_prot.h Update. 1999-10-09 21:56:43 +00:00
pmap_rmt.h Update. 1999-10-09 21:56:43 +00:00
rpc.h Add __BEGIN_DECLS/__END_DECLS. 2001-06-11 07:41:59 +00:00
rpc_des.h Update. 2000-01-23 08:54:19 +00:00
rpc_msg.h Update. 1999-10-09 21:56:43 +00:00
svc.h Update. 2000-08-02 07:01:41 +00:00
svc_auth.h Update. 1999-10-09 21:56:43 +00:00
types.h Update. 2002-08-02 01:43:32 +00:00
xdr.h * sunrpc/rpc/xdr.h (struct XDR.xdr_ops.x_inline): 2nd arg 2002-12-16 02:05:55 +00:00