From 06483b03268106c5b8e1680716f0003b81e21cff Mon Sep 17 00:00:00 2001 From: oshogbo Date: Thu, 11 Apr 2019 04:24:41 +0000 Subject: [PATCH] The nvlist_report_missing is also used by the cnvlist. It can't be a static one. Reported by: jenkins MFC after: 2 weeks --- sys/contrib/libnv/nvlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/contrib/libnv/nvlist.c b/sys/contrib/libnv/nvlist.c index 1599708d0a7..311325d822c 100644 --- a/sys/contrib/libnv/nvlist.c +++ b/sys/contrib/libnv/nvlist.c @@ -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) { -- 2.45.0