mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
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:
parent
8f83ca2690
commit
431c5bb8f9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=346115
@ -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)
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user