aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/quotaon
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2010-03-04 13:35:57 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2010-03-04 13:35:57 +0000
commit1a0fda2b547365c9453523592a445dfe21266d4b (patch)
tree4002c72cd1ed11909f7640bea343988cfcf63c5b /usr.sbin/quotaon
parent7c54172a4f9db27283aaead2ee3c694f109ca497 (diff)
parent9663e34384b9fa73e55c5130592221e7b4911dae (diff)
downloadsrc-1a0fda2b547365c9453523592a445dfe21266d4b.tar.gz
src-1a0fda2b547365c9453523592a445dfe21266d4b.zip
IFH@204581
Notes
Notes: svn path=/projects/quota64/; revision=204708
Diffstat (limited to 'usr.sbin/quotaon')
-rw-r--r--usr.sbin/quotaon/Makefile2
-rw-r--r--usr.sbin/quotaon/quotaon.c4
2 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/quotaon/Makefile b/usr.sbin/quotaon/Makefile
index 0a07f065194c..23ba8d1dc4c8 100644
--- a/usr.sbin/quotaon/Makefile
+++ b/usr.sbin/quotaon/Makefile
@@ -6,8 +6,6 @@ LINKS= ${BINDIR}/quotaon ${BINDIR}/quotaoff
MAN= quotaon.8
MLINKS= quotaon.8 quotaoff.8
-WARNS?= 4
-
DPADD= ${LIBUTIL}
LDADD= -lutil
diff --git a/usr.sbin/quotaon/quotaon.c b/usr.sbin/quotaon/quotaon.c
index 0f8ef98f7cd8..d510e803c1f5 100644
--- a/usr.sbin/quotaon/quotaon.c
+++ b/usr.sbin/quotaon/quotaon.c
@@ -153,9 +153,7 @@ usage(void)
}
int
-quotaonoff(fs, offmode, type)
- struct fstab *fs;
- int offmode, type;
+quotaonoff(struct fstab *fs, int offmode, int type)
{
struct quotafile *qf;