summaryrefslogtreecommitdiffstats
path: root/lib/librpcsvc/rnusers.c
Commit message (Collapse)AuthorAgeFilesLines
* Use ANSI function declarations in librpcsvc.ed2009-02-261-5/+2
| | | | | | | | | When compiling librpcsvc with LLVM, we get a compiler error, because hexval() uses an ANSI prototype, but a K&R declaration. I could have just changed hexval(), but I'd rather keep this consistent. It's not that much code. Submitted by: Pawel Worach <pawel worach gmail com>
* clnt_call takes args of type xdrproc_t.peter2003-10-261-4/+4
|
* Add __FBSDID()s to librpcsvcdillon2001-09-301-0/+4
|
* This commit was generated by cvs2svn to compensate for changes in r26213,wpaul1997-05-281-0/+68
which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud