Module Name: src
Committed By: martin
Date: Fri Aug 16 19:16:59 UTC 2019
Modified Files:
src/tests/fs/nfs/nfsservice [netbsd-9]: Makefile
Log Message:
Pull up following revision(s) (requested by kamil in ticket #64):
tests/fs/nfs/nfsservice/Makefile: revision 1.13
Avoid symbol clashes in fs/nfs/nfsservice under MKSANITIZER
Remove symbol conflicts for: __getmntinfo13
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.12.16.1 src/tests/fs/nfs/nfsservice/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/fs/nfs/nfsservice/Makefile
diff -u src/tests/fs/nfs/nfsservice/Makefile:1.12 src/tests/fs/nfs/nfsservice/Makefile:1.12.16.1
--- src/tests/fs/nfs/nfsservice/Makefile:1.12 Sat Aug 13 11:20:00 2016
+++ src/tests/fs/nfs/nfsservice/Makefile Fri Aug 16 19:16:59 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2016/08/13 11:20:00 christos Exp $
+# $NetBSD: Makefile,v 1.12.16.1 2019/08/16 19:16:59 martin Exp $
#
NOMAN= 1
@@ -48,4 +48,6 @@ CPPFLAGS+= -I${LIBRPCDIR} -DPORTMAP -DLI
LDADD+= -lwrap -lutil
DPADD+= ${LIBWRAP} ${LIBUTIL}
+SANITIZER_RENAME_SYMBOL+= __getmntinfo13
+
.include <bsd.test.mk>