aboutsummaryrefslogtreecommitdiff
path: root/lib/librpcsvc/rstat.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/ Similar commit in main: (cherry picked from commit 1d386b48a555)
* Use ANSI function declarations in librpcsvc.Ed Schouten2009-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> Notes: svn path=/head/; revision=189087
* clnt_call takes args of type xdrproc_t.Peter Wemm2003-10-261-4/+4
| | | | Notes: svn path=/head/; revision=121529
* make rstat(3) return an 'enum clnt_stat' rather than an 'int' to matchAlfred Perlstein2002-10-011-1/+1
| | | | | | | | | the prototype from rstat.x -> rstat.h. MFC After: 1 day Notes: svn path=/head/; revision=104322
* Add __FBSDID()s to librpcsvcMatthew Dillon2001-09-301-0/+4
| | | | Notes: svn path=/head/; revision=84220
* Step three: update librpcsvc for Secure RPC.Bill Paul1997-05-281-0/+67
Reviewed by: Mark Murray Notes: svn path=/cvs2svn/branches/WPAUL/dist/; revision=26213