diff options
author | 2002-09-06 18:29:37 +0000 | |
---|---|---|
committer | 2002-09-06 18:29:37 +0000 | |
commit | a66aacc8c8d6e6ddff73a9d1d95220d88e806034 (patch) | |
tree | df2480a86bdc63b4405ba3e69599bd8ce4bb15d4 | |
parent | sync (diff) | |
download | wireguard-openbsd-a66aacc8c8d6e6ddff73a9d1d95220d88e806034.tar.xz wireguard-openbsd-a66aacc8c8d6e6ddff73a9d1d95220d88e806034.zip |
no ; after INITQFNAMES
-rw-r--r-- | usr.sbin/edquota/edquota.c | 4 | ||||
-rw-r--r-- | usr.sbin/quotaon/quotaon.c | 4 | ||||
-rw-r--r-- | usr.sbin/repquota/repquota.c | 4 |
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; |