Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 05/11/2006 17:11:57
Module Name:	src
Committed By:	mrg
Date:		Thu May 11 17:11:57 UTC 2006

Modified Files:
	src/lib/libc/rpc: authunix_prot.c rpcb_prot.c rpcb_st_xdr.c
	src/lib/libc/yp: xdryp.c
	src/lib/librpcsvc: rnusers.x
	src/usr.bin/rpcgen: rpc_cout.c

Log Message:
xdr sucks.  sprinkle some (void *) casts into it's functions taking void **,
and shut up GCC4.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/lib/libc/rpc/authunix_prot.c
cvs rdiff -r1.8 -r1.9 src/lib/libc/rpc/rpcb_prot.c
cvs rdiff -r1.6 -r1.7 src/lib/libc/rpc/rpcb_st_xdr.c
cvs rdiff -r1.29 -r1.30 src/lib/libc/yp/xdryp.c
cvs rdiff -r1.12 -r1.13 src/lib/librpcsvc/rnusers.x
cvs rdiff -r1.28 -r1.29 src/usr.bin/rpcgen/rpc_cout.c

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