Make bsd declaration static

This commit is contained in:
Baptiste Daroussin 2015-11-07 20:27:31 +00:00
parent 56ea9c7b08
commit 557a07f08a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290510

View File

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