Make bsd declaration static
This commit is contained in:
parent
8861584a6b
commit
cf3dd7e45d
@ -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