svn commit: r362669 - head/lib/libnv

Matt Macy mmacy at FreeBSD.org
Sat Jun 27 02:17:05 UTC 2020


Author: mmacy
Date: Sat Jun 27 02:17:04 2020
New Revision: 362669
URL: https://svnweb.freebsd.org/changeset/base/362669

Log:
  Fix libnv build post rename
  
  Submitted by:	Neel Chauhan
  Differential Revision:	https://reviews.freebsd.org/D25481

Modified:
  head/lib/libnv/Makefile

Modified: head/lib/libnv/Makefile
==============================================================================
--- head/lib/libnv/Makefile	Sat Jun 27 01:08:27 2020	(r362668)
+++ head/lib/libnv/Makefile	Sat Jun 27 02:17:04 2020	(r362669)
@@ -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


More information about the svn-src-head mailing list