freebsd-skq/usr.sbin/rpc.statd
truckman f6e11620e6 MFC file.c 1.8
If the mmap() call in rpc.statd fails, rpc.statd prints a warning
  message and then dumps core because the subsequent code assumes that
  mmap() succeeded.  Since rpc.statd does not have fallback code to
  implement the functionality needed to operate on the status file if
  it is not memory mapped, rpc.statd should use err() to force the process
  to exit if the mmap() call fails.

PR:		bin/115430 (mmap() failure previously fixed in statd.c 1.12.8.2)
2007-08-20 13:00:48 +00:00
..
file.c MFC file.c 1.8 2007-08-20 13:00:48 +00:00
Makefile
procs.c MFC rev. 1.16 and rev. 1.17 2007-04-12 07:47:44 +00:00
rpc.statd.8 MFC: 2007-04-12 08:03:40 +00:00
statd.c MFC statd.c 1.15 - 2007-08-12 01:46:19 +00:00
statd.h
test.c