summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-06 18:29:38 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-06 18:29:38 +0000
commita93ee1d4fa2bd1717470cbc15a6a8c59fc27d5ba (patch)
tree06888eb516cc6e54098f23f23c126f520b6e765d /usr.sbin
parentca6e00343473403cbe9c1c84a9c459808f4b59d8 (diff)
no ; after INITQFNAMES
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/edquota/edquota.c4
-rw-r--r--usr.sbin/quotaon/quotaon.c4
-rw-r--r--usr.sbin/repquota/repquota.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/edquota/edquota.c b/usr.sbin/edquota/edquota.c
index 9880fa003b9..7610dfac33f 100644
--- a/usr.sbin/edquota/edquota.c
+++ b/usr.sbin/edquota/edquota.c
@@ -42,7 +42,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)edquota.c 8.1 (Berkeley) 6/6/93";*/
-static char *rcsid = "$Id: edquota.c,v 1.33 2002/06/04 00:09:08 deraadt Exp $";
+static char *rcsid = "$Id: edquota.c,v 1.34 2002/09/06 18:29:37 deraadt Exp $";
#endif /* not lint */
/*
@@ -67,7 +67,7 @@ static char *rcsid = "$Id: edquota.c,v 1.33 2002/06/04 00:09:08 deraadt Exp $";
#include "pathnames.h"
char *qfname = QUOTAFILENAME;
-char *qfextension[] = INITQFNAMES;
+char *qfextension[] = INITQFNAMES
char *quotagroup = QUOTAGROUP;
char tmpfil[] = _PATH_TMPFILE;
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 */
diff --git a/usr.sbin/repquota/repquota.c b/usr.sbin/repquota/repquota.c
index e63edea5356..3abb05ae3c2 100644
--- a/usr.sbin/repquota/repquota.c
+++ b/usr.sbin/repquota/repquota.c
@@ -42,7 +42,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)repquota.c 8.1 (Berkeley) 6/6/93";*/
-static char *rcsid = "$Id: repquota.c,v 1.17 2002/05/29 09:45:08 deraadt Exp $";
+static char *rcsid = "$Id: repquota.c,v 1.18 2002/09/06 18:29:37 deraadt Exp $";
#endif /* not lint */
/*
@@ -60,7 +60,7 @@ static char *rcsid = "$Id: repquota.c,v 1.17 2002/05/29 09:45:08 deraadt Exp $";
#include <errno.h>
char *qfname = QUOTAFILENAME;
-char *qfextension[] = INITQFNAMES;
+char *qfextension[] = INITQFNAMES
struct fileusage {
struct fileusage *fu_next;