Make this WARNS=6 clean by prototyping 'usage'.

Tested by:	make universe
This commit is contained in:
Johan Karlsson 2003-08-08 19:51:01 +00:00
parent 10b35e00c9
commit 2f92fd9bf7
2 changed files with 3 additions and 0 deletions

View File

@ -3,5 +3,6 @@
PROG= comcontrol
MAN= comcontrol.8
WARNS?= 6
.include <bsd.prog.mk>

View File

@ -40,6 +40,8 @@ __FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/ioctl.h>
static void usage(void);
static void
usage()
{