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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to