Subject: CVS commit: src/lib/libc/rpc
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 06/09/2005 22:13:17
Module Name:	src
Committed By:	yamt
Date:		Thu Jun  9 22:13:17 UTC 2005

Modified Files:
	src/lib/libc/rpc: clnt_dg.c clnt_raw.c svc_dg.c svc_raw.c xdr_rec.c

Log Message:
use malloc rather than mem_alloc (which is implemented using calloc)
for receive/send buffers to avoid unnecessarily anonymous memory bloat.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/lib/libc/rpc/clnt_dg.c
cvs rdiff -r1.25 -r1.26 src/lib/libc/rpc/clnt_raw.c
cvs rdiff -r1.10 -r1.11 src/lib/libc/rpc/svc_dg.c
cvs rdiff -r1.17 -r1.18 src/lib/libc/rpc/svc_raw.c
cvs rdiff -r1.24 -r1.25 src/lib/libc/rpc/xdr_rec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.