summaryrefslogtreecommitdiffstats
path: root/usr.sbin/quotaon/quotaon.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/quotaon/quotaon.c')
-rw-r--r--usr.sbin/quotaon/quotaon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/quotaon/quotaon.c b/usr.sbin/quotaon/quotaon.c
index 5fcb9ff1bf8..61d475741a4 100644
--- a/usr.sbin/quotaon/quotaon.c
+++ b/usr.sbin/quotaon/quotaon.c
@@ -42,7 +42,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)quotaon.c 8.1 (Berkeley) 6/6/93";*/
-static char *rcsid = "$Id: quotaon.c,v 1.15 2002/06/02 06:42:29 deraadt Exp $";
+static char *rcsid = "$Id: quotaon.c,v 1.16 2002/09/06 18:29:37 deraadt Exp $";
#endif /* not lint */
/*
@@ -57,7 +57,7 @@ static char *rcsid = "$Id: quotaon.c,v 1.15 2002/06/02 06:42:29 deraadt Exp $";
#include <fstab.h>
char *qfname = QUOTAFILENAME;
-char *qfextension[] = INITQFNAMES;
+char *qfextension[] = INITQFNAMES
int aflag; /* all file systems */
int gflag; /* operate on group quotas */