mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227257
@ -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 New Issue
Block a user