summaryrefslogtreecommitdiffstats
path: root/usr.bin/catman/catman.c
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-11-06 08:14:09 +0000
committered <ed@FreeBSD.org>2011-11-06 08:14:09 +0000
commitd0367a1471f76c18825e8bcda42fdfd03e58e2e0 (patch)
treed6a0973cb777126c9ea51c866859e1b4ef4d8fdf /usr.bin/catman/catman.c
parent1f7f99bbdea324002c0330dffc11d9f500c0d1e9 (diff)
downloadFreeBSD-src-d0367a1471f76c18825e8bcda42fdfd03e58e2e0.zip
FreeBSD-src-d0367a1471f76c18825e8bcda42fdfd03e58e2e0.tar.gz
Add missing static keywords to catman(1)
Diffstat (limited to 'usr.bin/catman/catman.c')
-rw-r--r--usr.bin/catman/catman.c2
1 files changed, 1 insertions, 1 deletions
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.
OpenPOWER on IntegriCloud