summaryrefslogtreecommitdiff
path: root/quotaon.c
diff options
context:
space:
mode:
Diffstat (limited to 'quotaon.c')
-rw-r--r--quotaon.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/quotaon.c b/quotaon.c
index e12c58d..ee9a02e 100644
--- a/quotaon.c
+++ b/quotaon.c
@@ -55,11 +55,11 @@
#define FL_STAT 16
#define FL_OFF 32
-int flags, fmt = -1;
+static int flags, fmt = -1;
char *progname;
-char **mntpoints;
-int mntcnt;
-char *xarg = NULL;
+static char **mntpoints;
+static int mntcnt;
+static char *xarg = NULL;
static void usage(void)
{