Date: Tue, 13 Nov 2001 03:24:23 -0800 (PST) From: Alfred Perlstein <alfred@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rpc.lockd Makefile lock_proc.c lockd.c lockd_lock.c lockd_lock.h Message-ID: <200111131124.fADBONQ64830@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 2001/11/13 03:24:23 PST
Modified files:
usr.sbin/rpc.lockd Makefile lock_proc.c lockd.c lockd_lock.c
lockd_lock.h
Log:
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.
Revision Changes Path
1.15 +3 -1 src/usr.sbin/rpc.lockd/Makefile
1.6 +10 -5 src/usr.sbin/rpc.lockd/lock_proc.c
1.8 +7 -11 src/usr.sbin/rpc.lockd/lockd.c
1.4 +1 -1 src/usr.sbin/rpc.lockd/lockd_lock.c
1.3 +8 -4 src/usr.sbin/rpc.lockd/lockd_lock.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111131124.fADBONQ64830>
