Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/07/2000 06:53:09
Module Name:	basesrc
Committed By:	lukem
Date:		Wed Jun  7 13:53:08 UTC 2000

Modified Files:
	basesrc/usr.bin/rpcgen: rpc_hout.c

Log Message:
fix the function prototypes in the generated header file (the second
arg should have been a pointer); without this you'd get a complaint
about a mismatch between the prototype in the header file and the
function declaration in foo_xdr.c.

fix by Vltteri Vuorikoski@datafellows.com <altteri.Vuorikoski@datafellows.com>
in [bin/6788], with some cosmetic mods by me.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 basesrc/usr.bin/rpcgen/rpc_hout.c

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