CVS commit: src/tests/fs/nfs/nfsservice

2019-08-15 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Thu Aug 15 08:23:45 UTC 2019

Modified Files:
src/tests/fs/nfs/nfsservice: Makefile

Log Message:
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.13 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.



CVS commit: src/tests/fs/nfs/nfsservice

2019-08-15 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Thu Aug 15 08:23:45 UTC 2019

Modified Files:
src/tests/fs/nfs/nfsservice: Makefile

Log Message:
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.13 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.13
--- src/tests/fs/nfs/nfsservice/Makefile:1.12	Sat Aug 13 11:20:00 2016
+++ src/tests/fs/nfs/nfsservice/Makefile	Thu Aug 15 08:23:45 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.12 2016/08/13 11:20:00 christos Exp $
+#	$NetBSD: Makefile,v 1.13 2019/08/15 08:23:45 kamil Exp $
 #
 
 NOMAN=	1
@@ -48,4 +48,6 @@ CPPFLAGS+=	-I${LIBRPCDIR} -DPORTMAP -DLI
 LDADD+= -lwrap -lutil
 DPADD+= ${LIBWRAP} ${LIBUTIL}
 
+SANITIZER_RENAME_SYMBOL+=	__getmntinfo13
+
 .include