freebsd-dev/lib/libc/xdr
Martin Blapp 40525d3deb Reset the record lenght and received bytes once a record
is finished. This fixes clients doing two RPCs over the
same connection at the same time. Without this fix, we
could end with a reply to old data.

Submitted by:	Frank van der Linden <fvdl@netbsd.org>
Reviewed by:	rwatson
Obtained from:	NetBSD
2003-01-27 22:19:32 +00:00
..
Makefile.inc libc_r wasn't so tied to libc for 22 months. 2002-11-18 09:50:57 +00:00
xdr_array.c The fix applied to the XDR decoder in revision 1.11 was incorrect. 2002-08-01 12:23:04 +00:00
xdr_float.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
xdr_mem.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
xdr_rec.c Reset the record lenght and received bytes once a record 2003-01-27 22:19:32 +00:00
xdr_reference.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
xdr_sizeof.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
xdr_stdio.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
xdr.3 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
xdr.c Spell void * as void * rather than caddr_t. This is complicated by the 2002-04-28 15:18:50 +00:00