Make bsd declaration static
This commit is contained in:
parent
56ea9c7b08
commit
557a07f08a
@ -54,7 +54,7 @@ __FBSDID("$FreeBSD$");
|
||||
#define TEXT_DOMAIN "SYS_TEST"
|
||||
#endif
|
||||
|
||||
int bsd = 0;
|
||||
static int bsd = 0;
|
||||
int verbose = 0;
|
||||
int undefok = 0;
|
||||
int warnok = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user