Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/fs/nfs/nfsservice Avoid symbol clashes in fs/nfs/nfsse...



details:   https://anonhg.NetBSD.org/src/rev/324cca608d65
branches:  trunk
changeset: 458888:324cca608d65
user:      kamil <kamil%NetBSD.org@localhost>
date:      Thu Aug 15 08:23:45 2019 +0000

description:
Avoid symbol clashes in fs/nfs/nfsservice under MKSANITIZER

Remove symbol conflicts for: __getmntinfo13

diffstat:

 tests/fs/nfs/nfsservice/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r bf092c38ad7b -r 324cca608d65 tests/fs/nfs/nfsservice/Makefile
--- a/tests/fs/nfs/nfsservice/Makefile  Thu Aug 15 08:22:52 2019 +0000
+++ b/tests/fs/nfs/nfsservice/Makefile  Thu Aug 15 08:23:45 2019 +0000
@@ -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 @@
 LDADD+= -lwrap -lutil
 DPADD+= ${LIBWRAP} ${LIBUTIL}
 
+SANITIZER_RENAME_SYMBOL+=      __getmntinfo13
+
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index