mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Prototype usage() and set WARNS?=2
Approved by: rwatson Obtained from: TrustedBSD Project
This commit is contained in:
parent
6478822fba
commit
0d23d04625
2 changed files with 4 additions and 0 deletions
|
|
@ -3,4 +3,6 @@
|
|||
PROG= setextattr
|
||||
MAN= setextattr.8
|
||||
|
||||
WARNS?= 2
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -38,6 +38,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
void usage(void);
|
||||
|
||||
void
|
||||
usage(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue