Prototype usage() and set WARNS?=2

Approved by:	rwatson
Obtained from:	TrustedBSD Project
This commit is contained in:
Chris D. Faulhaber 2001-12-04 13:39:02 +00:00
parent 6478822fba
commit 0d23d04625
2 changed files with 4 additions and 0 deletions

View file

@ -3,4 +3,6 @@
PROG= setextattr
MAN= setextattr.8
WARNS?= 2
.include <bsd.prog.mk>

View file

@ -38,6 +38,8 @@
#include <stdlib.h>
#include <string.h>
void usage(void);
void
usage(void)
{