From 1a5054d3fb150a8368bf3e91b3dd7ba3f699a7af Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Sun, 6 Nov 2011 08:14:09 +0000 Subject: [PATCH] Add missing static keywords to catman(1) --- usr.bin/catman/catman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/catman/catman.c b/usr.bin/catman/catman.c index 0bb6621aeea..b2211111831 100644 --- a/usr.bin/catman/catman.c +++ b/usr.bin/catman/catman.c @@ -94,7 +94,7 @@ enum Ziptype {NONE, BZIP, GZIP}; static uid_t uid; static int starting_dir; static char tmp_file[MAXPATHLEN]; -struct stat test_st; +static struct stat test_st; /* * A hashtable is an array of chains composed of this entry structure.