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.