freebsd-dev/usr.sbin/nfscbd
Rick Macklem 3c49a19fc9 Change the type of "len" to avoid warnings.
The "len" variable is used as the last argument to getsockname(2) and
accept(2). It was declared an "int" and this patch changes it to "socklen_t".
2020-04-18 23:46:58 +00:00
..
Makefile
Makefile.depend
nfscbd.8
nfscbd.c Change the type of "len" to avoid warnings. 2020-04-18 23:46:58 +00:00