From 60e12b5687e1dfad5d511e7e4b7f3ab881300a78 Mon Sep 17 00:00:00 2001 From: mmacy Date: Sat, 27 Jun 2020 02:17:04 +0000 Subject: [PATCH] Fix libnv build post rename Submitted by: Neel Chauhan Differential Revision: https://reviews.freebsd.org/D25481 --- lib/libnv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libnv/Makefile b/lib/libnv/Makefile index 8fa818fb0e1e..b13758931c4e 100644 --- a/lib/libnv/Makefile +++ b/lib/libnv/Makefile @@ -15,7 +15,7 @@ SRCS= cnvlist.c SRCS+= dnvlist.c SRCS+= msgio.c SRCS+= nvlist.c -SRCS+= nvpair.c +SRCS+= bsd_nvpair.c HAS_TESTS= SUBDIR.${MK_TESTS}+= tests