mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
- 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)
7 lines
78 B
Makefile
7 lines
78 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= nfsuserd
|
|
MAN= nfsuserd.8
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|