Add missing static keywords to catman(1)

This commit is contained in:
ed 2011-11-06 08:14:09 +00:00
parent 1f7f99bbde
commit d0367a1471

View File

@ -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.