Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/usr.bin/rpcgen



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.




Home | Main Index | Thread Index | Old Index