Fix warnings and set WARNS to 6.
MFC after: 1 week
This commit is contained in:
parent
59d06d2fb0
commit
e6bcbac1f7
@ -2,6 +2,7 @@
|
||||
|
||||
PROG= aac_checkq
|
||||
NO_MAN=
|
||||
WARNS?=6
|
||||
BINDIR?=/usr/local/bin
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user