Source-Changes archive

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

CVS commit: src/usr.bin/rpcgen



Module Name:    src
Committed By:   dholland
Date:           Sat Jan 23 02:33:09 UTC 2016

Modified Files:
        src/usr.bin/rpcgen: rpc_cout.c rpc_hout.c rpc_parse.c rpc_tblout.c

Log Message:
u_int -> unsigned int, in some of the output.

In the bulk of the output making this change would require reworking a
bunch of the internals to allow spaces in type names, which at the
moment doesn't seem worthwhile.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/usr.bin/rpcgen/rpc_cout.c
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/rpcgen/rpc_hout.c
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/rpcgen/rpc_parse.c
cvs rdiff -u -r1.14 -r1.15 src/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.




Home | Main Index | Thread Index | Old Index