summaryrefslogtreecommitdiffstats
path: root/usr.bin/grep/regex/xmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/grep/regex/xmalloc.c')
-rw-r--r--usr.bin/grep/regex/xmalloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/grep/regex/xmalloc.c b/usr.bin/grep/regex/xmalloc.c
index b1acc9c..0fc5cd2 100644
--- a/usr.bin/grep/regex/xmalloc.c
+++ b/usr.bin/grep/regex/xmalloc.c
@@ -39,9 +39,9 @@ typedef struct {
} hashTable;
static int xmalloc_peak;
-int xmalloc_current;
+static int xmalloc_current;
static int xmalloc_peak_blocks;
-int xmalloc_current_blocks;
+static int xmalloc_current_blocks;
static int xmalloc_fail_after;
#define TABLE_BITS 8
OpenPOWER on IntegriCloud