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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118671
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()
{