summaryrefslogtreecommitdiff
path: root/sbin/rcorder/rcorder.c
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2012-10-19 05:43:38 +0000
committerEd Schouten <ed@FreeBSD.org>2012-10-19 05:43:38 +0000
commitae824d80f28cd14c0c0ec75076c796e6a369bc18 (patch)
tree4ffbcf3b1f945e0ae5715cc8c2500ff622b14872 /sbin/rcorder/rcorder.c
parent8241616dc534f6cf0c95abe6b61bc2bb0378fc91 (diff)
Notes
Diffstat (limited to 'sbin/rcorder/rcorder.c')
-rw-r--r--sbin/rcorder/rcorder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/rcorder/rcorder.c b/sbin/rcorder/rcorder.c
index c92d06339928b..83f6df839682b 100644
--- a/sbin/rcorder/rcorder.c
+++ b/sbin/rcorder/rcorder.c
@@ -84,7 +84,7 @@ typedef bool flag;
#define SET TRUE
#define RESET FALSE
-Hash_Table provide_hash_s, *provide_hash;
+static Hash_Table provide_hash_s, *provide_hash;
typedef struct provnode provnode;
typedef struct filenode filenode;