summaryrefslogtreecommitdiff
path: root/usr.bin/rpcgen/rpc_util.c
AgeCommit message (Expand)Author
2015-09-20Prefer error messages resolved from errno over handwritten ones.kamil
2015-05-09Make error() printflike instead of using sprintf before calling it.dholland
2015-05-09Use errx when malloc fails, and also don't cast the return value ofdholland
2015-05-09Polish the error messages.dholland
2015-05-09modernize:christos
2013-12-15- remove support for pre-ansi outputchristos
2013-08-11WARNS=5dholland
2011-08-31NULL does not need a castplunky
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
2002-01-31Protect __RCSID and __COPYRIGHT from being invoked if not defined.tv
1997-10-18KNFify, generate prototypes, etc (to shut up WARNS on generated code)lukem
1997-10-11- Rename "inline" variable to "doinline" so that we don't need -ansichristos
1995-08-29pull stdlib.h and string.h in, for protos, where necessarycgd
1995-06-11Clean up import & propagate NetBSD changes.pk
1995-03-06convert to use memset, rather than bzero. From Luke Mewburn.cgd
1993-08-01Add RCS identifiers.mycroft
1993-04-19Cleanup for GCC 2.mycroft
1993-04-03Added rpcgen(1)glass