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:05:43
Module Name:	basesrc
Committed By:	christos
Date:		Tue Feb  5 22:05:42 UTC 2002

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

Log Message:
- Cast pointer casts to (void *) first to shut-up lint
- Deal with variable size enums, by generating assignment to an enum_t variable.
- Use f_print everywhere instead of fprintf - when in Rome...
- I don't understand the value of the unexplained hack. Use IXDR_{U_,}INT32
  instead of IXDR_{U_,}LONG.

With those changes our generated librpcsvc files pass lint.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 basesrc/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.