edquota(8): Cleanup to make it WARNS=6 clean.
Tested with: make tinderbox MFC after: 2 weeks
This commit is contained in:
parent
941791759c
commit
b651906972
@ -4,9 +4,6 @@
|
||||
PROG= edquota
|
||||
MAN= edquota.8
|
||||
|
||||
CSTD= gnu99
|
||||
WARNS?= 4
|
||||
|
||||
LIBADD= util
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -83,9 +83,9 @@ __FBSDID("$FreeBSD$");
|
||||
#define dbtokb(db) (db)
|
||||
#endif
|
||||
|
||||
const char *qfextension[] = INITQFNAMES;
|
||||
char tmpfil[] = _PATH_TMP;
|
||||
int hflag;
|
||||
static const char *qfextension[] = INITQFNAMES;
|
||||
static char tmpfil[] = _PATH_TMP;
|
||||
static int hflag;
|
||||
|
||||
struct quotause {
|
||||
struct quotause *next;
|
||||
|
Loading…
Reference in New Issue
Block a user