The branch main has been updated by arichardson:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=74eb7f97ecd62d0a7e056e4c2fd696f2c267e3a5

commit 74eb7f97ecd62d0a7e056e4c2fd696f2c267e3a5
Author:     Alex Richardson <arichard...@freebsd.org>
AuthorDate: 2021-01-19 11:40:05 +0000
Commit:     Alex Richardson <arichard...@freebsd.org>
CommitDate: 2021-01-19 21:23:25 +0000

    Fix make includes path to nvpair.h
    
    Fixes a typo introduced in 9e5787d2284e187abb5b654d924394a65772e004
---
 include/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/Makefile b/include/Makefile
index 24762ea641f2..b6eb63e5ef15 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -397,7 +397,7 @@ symlinks: .PHONY .META
        cd ${SRCTOP}/sys/rpc;
 .if ${MK_CDDL} != "no"
        ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \
-           ../../../sys/contrib/openenzfs/include/sys/nvpair.h \
+           ../../../sys/contrib/openzfs/include/sys/nvpair.h \
            ${SDESTDIR}${INCLUDEDIR}/sys
 .endif
 .if ${MK_MLX5TOOL} != "no"
_______________________________________________
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"

Reply via email to