freebsd-dev/usr.sbin/rpc.lockd
Alfred Perlstein 2663693cf8 Turn on NO_WERROR and set WARNS to 1.
Fix the WARNS 1 warnings except unused variables.

Add prototype for log_netobj().
Don't compare signed/unsigned.
Cast u_int64_t to 'unsigned long long' and print using %llu.
Fix constness of string arrays.
Use a cast to avoid an unused parameter in a signal handler.
alarm(2) can't fail, so don't check for it.
ANSI'ify some functions.
2001-11-13 11:24:23 +00:00
..
kern.c Fixup for WARNS. 2001-11-12 16:29:45 +00:00
lock_proc.c Turn on NO_WERROR and set WARNS to 1. 2001-11-13 11:24:23 +00:00
lockd_lock.c Turn on NO_WERROR and set WARNS to 1. 2001-11-13 11:24:23 +00:00
lockd_lock.h Turn on NO_WERROR and set WARNS to 1. 2001-11-13 11:24:23 +00:00
lockd.c Turn on NO_WERROR and set WARNS to 1. 2001-11-13 11:24:23 +00:00
lockd.h Implement client side NFS locks. 2001-04-17 20:45:23 +00:00
Makefile Turn on NO_WERROR and set WARNS to 1. 2001-11-13 11:24:23 +00:00
rpc.lockd.8 mdoc(7) police: Removed forgotten .Pp. 2001-04-27 10:18:22 +00:00
test.c