summaryrefslogtreecommitdiffstats
path: root/usr.sbin/repquota
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-09-06 21:49:21 +0000
committerderaadt <deraadt@openbsd.org>2002-09-06 21:49:21 +0000
commit95709839569850d25bb554e5d851a54062dca1d0 (patch)
treefb969641df0a8372a05742994b50b9301cc60680 /usr.sbin/repquota
parentno, make INITQFNAMES without a terminal ; (diff)
downloadwireguard-openbsd-95709839569850d25bb554e5d851a54062dca1d0.tar.xz
wireguard-openbsd-95709839569850d25bb554e5d851a54062dca1d0.zip
cope with INITQFNAMES without a ;
Diffstat (limited to 'usr.sbin/repquota')
-rw-r--r--usr.sbin/repquota/repquota.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/repquota/repquota.c b/usr.sbin/repquota/repquota.c
index 3abb05ae3c2..6218baf5226 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.18 2002/09/06 18:29:37 deraadt Exp $";
+static char *rcsid = "$Id: repquota.c,v 1.19 2002/09/06 21:49:21 deraadt Exp $";
#endif /* not lint */
/*
@@ -60,7 +60,7 @@ static char *rcsid = "$Id: repquota.c,v 1.18 2002/09/06 18:29:37 deraadt Exp $";
#include <errno.h>
char *qfname = QUOTAFILENAME;
-char *qfextension[] = INITQFNAMES
+char *qfextension[] = INITQFNAMES;
struct fileusage {
struct fileusage *fu_next;