summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.statd/file.c
Commit message (Collapse)AuthorAgeFilesLines
* Deal with xdrproc_t casts. Make these compile cleanly with WARNS=2peter2003-10-261-1/+2
| | | | (but I haven't turned it on)
* make mostly WARNS=4 clean.alfred2002-07-111-1/+1
| | | | constify, mark unsued args, fixup prototypes.
* include stdlib.h for exit(3) prototype.alfred2002-07-111-0/+1
|
* Included in the updated version of tirpc's sm_inter.x Sun added thealfred2001-03-201-23/+2
| | | | | | | | | | | | SM_NOTIFY procedure. Remove our hand-coded one as it was causing world breakage for worlds compiled with NOSHARED=yes because the static linker is a bit less forgiving (or not as broken as) our dynamic linker. Add $FreeBSD$ while I'm here. Pointed out by: bde
* Use err(3). Add usage() and #includes.charnier1997-10-131-13/+7
|
* Sweep through the tree fixing mmap() usage:alex1997-01-161-1/+1
| | | | | | | | | | | | - Use MAP_FAILED instead of the constant -1 to indicate failure (required by POSIX). - Removed flag arguments of '0' (required by POSIX). - Fixed code which expected an error return of 0. - Fixed code which thought any address with the high bit set was an error. - Check for failure where no checks were present. Discussed with: bde
* Import Jan 15 version of Andrew Gordon <andrew.gordon@net-tel.co.uk>'speter1996-02-171-0/+356
rpc.statd. This is apparently fully functional and complete.
OpenPOWER on IntegriCloud