mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make this compile with WARNS=2
This commit is contained in:
parent
f06df90bde
commit
925d09e9ab
2 changed files with 3 additions and 0 deletions
|
|
@ -3,4 +3,6 @@
|
|||
|
||||
PROG= chmod
|
||||
|
||||
WARNS= 2
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@ static const char rcsid[] =
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
int main __P((int, char *[]));
|
||||
void usage __P((void));
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in a new issue