Subject: CVS commit: basesrc/usr.bin/rpcgen
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 02/06/2002 00:41:48
Module Name:	basesrc
Committed By:	christos
Date:		Tue Feb  5 22:41:48 UTC 2002

Modified Files:
	basesrc/usr.bin/rpcgen: rpc_cout.c rpc_svcout.c rpc_tblout.c

Log Message:
Deal with other sizeof() return issues. We usually cast it to u_int, because
this is what the rpc function argument passing expects, or use socklen_t
as appropriate...


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 basesrc/usr.bin/rpcgen/rpc_cout.c
cvs rdiff -r1.15 -r1.16 basesrc/usr.bin/rpcgen/rpc_svcout.c
cvs rdiff -r1.9 -r1.10 basesrc/usr.bin/rpcgen/rpc_tblout.c

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