mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
WARNS=4
This commit is contained in:
parent
2f9af24198
commit
f251a0df8b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99820
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= edquota
|
||||
WARNS?= 2
|
||||
WARNS?= 4
|
||||
MAN= edquota.8
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -99,9 +99,7 @@ int writetimes(struct quotause *, int, int);
|
||||
int writeprivs(struct quotause *, int, char *, int);
|
||||
|
||||
int
|
||||
main(argc, argv)
|
||||
register char **argv;
|
||||
int argc;
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
register struct quotause *qup, *protoprivs, *curprivs;
|
||||
register long id, protoid;
|
||||
|
Loading…
Reference in New Issue
Block a user