summaryrefslogtreecommitdiffstats
path: root/tools/rpcgen/rpc_cout.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix off-by-one error in rpcgenRichard Guenther2006-07-201-1/+1
| | | | We obviously need to allocate space for the terminating nul too.
* Eliminate warnings from code generated by rpcgenGreg Banks2006-07-041-22/+20
| | | | | | | | | | | - unused variable 'buf' - emit a declaration for `buf' on demand. - unused variable 'i' - declare i immediately before use - unused value from IXDR_PUT_ - cast to (void) - type-punned pointer reference - cast to (void*) first :-(
* Comment out the decades-old SCCS id strings from the original SunGreg Banks2006-06-271-1/+1
| | | | | | distribution. They cause compile warnings, there is no longer any reason to try to build them into the binaries, and gcc seems to be eliding some of them anyway.
* Oops, I missed another unused var.chip2003-09-091-2/+0
|
* * utils/showmount/showmount.c (main): Fix inet_ntoa() parameter.chip2003-09-091-3/+0
| | | | | * tools/rpcgen/rpc_cout.c (print_header): Remove unused vars. * tools/rpcgen/rpc_parse.c (def_union): Likewise.
* 1. Fix some typos in README.hjl1999-10-281-3/+3
| | | | 2. Use int32_t instead of long for rpcgen.
* Initial revisionhjl1999-10-181-0/+715