--- src/usr.sbin/quotaon/quotaon.c 2004/12/18 22:48:04 1.7 +++ src/usr.sbin/quotaon/quotaon.c 2005/03/18 00:52:49 1.8 @@ -53,8 +53,8 @@ #include #include -char *qfname = QUOTAFILENAME; -char *qfextension[] = INITQFNAMES; +const char *qfname = QUOTAFILENAME; +const char *qfextension[] = INITQFNAMES; int aflag; /* all file systems */ int gflag; /* operate on group quotas */