From a66aacc8c8d6e6ddff73a9d1d95220d88e806034 Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 6 Sep 2002 18:29:37 +0000 Subject: no ; after INITQFNAMES --- usr.sbin/repquota/repquota.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/repquota') 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 char *qfname = QUOTAFILENAME; -char *qfextension[] = INITQFNAMES; +char *qfextension[] = INITQFNAMES struct fileusage { struct fileusage *fu_next; -- cgit v1.2.3-59-g8ed1b