summaryrefslogtreecommitdiff
path: root/quot.c
diff options
context:
space:
mode:
Diffstat (limited to 'quot.c')
-rw-r--r--quot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/quot.c b/quot.c
index 3e1f8d8..d9114a4 100644
--- a/quot.c
+++ b/quot.c
@@ -56,8 +56,8 @@
#include "quotasys.h"
#define TSIZE 500
-__uint64_t sizes[TSIZE];
-__uint64_t overflow;
+static __uint64_t sizes[TSIZE];
+static __uint64_t overflow;
static int aflag;
static int cflag;