9964058e79
- Mark internal routines as static; - Eliminate unused parameters where possible, mark __unused for others; - Remove unused variables; - Use %jd for int64_t values in printf(); - Add appropriate %d for printf to match its parameter; - Rename a variable to resolve conflict with revoke(2); Reviewed by: rmacklem Tested with: make universe (bugs are mine)
8 lines
78 B
Makefile
8 lines
78 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= nfsuserd
|
|
MAN= nfsuserd.8
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|