The nvlist_report_missing is also used by the cnvlist.

It can't be a static one.

Reported by:	jenkins
MFC after:	2 weeks
This commit is contained in:
Mariusz Zaborski 2019-04-11 04:24:41 +00:00
parent 8f83ca2690
commit 431c5bb8f9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=346115

View File

@ -324,7 +324,7 @@ nvlist_set_flags(nvlist_t *nvl, int flags)
nvl->nvl_flags = flags;
}
static void
void
nvlist_report_missing(int type, const char *name)
{