mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 00:27:08 -04:00
kldxref: Add static keyword to the new function only used in the same file.
The WARNS level is not such that the omission broke the build. Reported by: mdf
This commit is contained in:
parent
ae222aa987
commit
5d452cea64
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ usage(void)
|
|||
exit(1);
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
compare(const FTSENT *const *a, const FTSENT *const *b)
|
||||
{
|
||||
if ((*a)->fts_info == FTS_D && (*b)->fts_info != FTS_D)
|
||||
|
|
|
|||
Loading…
Reference in a new issue