From cef3a16df0278b04238363785b0c9f0db8216a33 Mon Sep 17 00:00:00 2001 From: alfred Date: Thu, 11 Jul 2002 21:18:55 +0000 Subject: WARNS=4 --- usr.sbin/edquota/Makefile | 2 +- usr.sbin/edquota/edquota.c | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'usr.sbin/edquota') diff --git a/usr.sbin/edquota/Makefile b/usr.sbin/edquota/Makefile index 0dcede4..1bace7b 100644 --- a/usr.sbin/edquota/Makefile +++ b/usr.sbin/edquota/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PROG= edquota -WARNS?= 2 +WARNS?= 4 MAN= edquota.8 .include diff --git a/usr.sbin/edquota/edquota.c b/usr.sbin/edquota/edquota.c index 0f45116..e7be4b7 100644 --- a/usr.sbin/edquota/edquota.c +++ b/usr.sbin/edquota/edquota.c @@ -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; -- cgit v1.1