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:
Jilles Tjoelker 2013-10-16 20:04:06 +00:00
parent ae222aa987
commit 5d452cea64
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=256650

View File

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