edquota(8): Cleanup to make it WARNS=6 clean.

Tested with:	make tinderbox
MFC after:	2 weeks
This commit is contained in:
Xin LI 2020-08-17 05:57:22 +00:00
parent 941791759c
commit b651906972
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364293
2 changed files with 3 additions and 6 deletions

View file

@ -4,9 +4,6 @@
PROG= edquota
MAN= edquota.8
CSTD= gnu99
WARNS?= 4
LIBADD= util
.include <bsd.prog.mk>

View file

@ -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;