freebsd-skq/usr.sbin/rpc.statd
truckman 0646d6debe The call to init_file() needs to be moved outside the loop in statd.c,
otherwise mmap() gets called multiple times, which eventually fails due
to address space exhaustion on i386.

Approved by:	re (kensmith)
MFC after:	1 week
2007-08-05 16:33:06 +00:00
..
file.c
Makefile
procs.c Make rpc.statd INET* indipendent by converting sockaddr_in structures 2007-04-02 18:59:48 +00:00
rpc.statd.8 Add the "-p" option, which allows to specify a port which the daemon 2007-04-03 21:15:00 +00:00
statd.c The call to init_file() needs to be moved outside the loop in statd.c, 2007-08-05 16:33:06 +00:00
statd.h
test.c