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
@ -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…
x
Reference in New Issue
Block a user