mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
Mark global functions and/or variables in pwd_mkdb(8) static where possible.
This allows compilers and static analyzers to do more thorough analysis.
This commit is contained in:
parent
7a106fe473
commit
4da4d0013d
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ __FBSDID("$FreeBSD$");
|
|||
#define LEGACY_VERSION(x) _PW_VERSIONED(x, 3)
|
||||
#define CURRENT_VERSION(x) _PW_VERSIONED(x, 4)
|
||||
|
||||
HASHINFO openinfo = {
|
||||
static HASHINFO openinfo = {
|
||||
4096, /* bsize */
|
||||
32, /* ffactor */
|
||||
256, /* nelem */
|
||||
|
|
|
|||
Loading…
Reference in a new issue