mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 17:52:43 +00:00
Add missing static keywords to catman(1)
This commit is contained in:
parent
f3d61b0c62
commit
1a5054d3fb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227155
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user