From d0367a1471f76c18825e8bcda42fdfd03e58e2e0 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 6 Nov 2011 08:14:09 +0000 Subject: Add missing static keywords to catman(1) --- usr.bin/catman/catman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/catman') diff --git a/usr.bin/catman/catman.c b/usr.bin/catman/catman.c index 0bb6621..b221111 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. -- cgit v1.1