Fix warnings and set WARNS to 6.

MFC after:	1 week
This commit is contained in:
Rebecca Cran 2011-03-11 18:51:42 +00:00
parent 59d06d2fb0
commit e6bcbac1f7
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@
PROG= aac_checkq
NO_MAN=
WARNS?=6
BINDIR?=/usr/local/bin
.include <bsd.prog.mk>

View File

@ -34,7 +34,11 @@ __FBSDID("$FreeBSD$");
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>
void usage(void);
/*
* Simple program to print out the queue stats on the given queue index.