Source-Changes-HG archive

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

[src/netbsd-9]: src/tests/fs/nfs/nfsservice Pull up following revision(s) (re...



details:   https://anonhg.NetBSD.org/src/rev/a5c0681efafb
branches:  netbsd-9
changeset: 458188:a5c0681efafb
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Aug 16 19:16:59 2019 +0000

description:
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

diffstat:

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

diffs (16 lines):

diff -r 5fd6aec8b343 -r a5c0681efafb tests/fs/nfs/nfsservice/Makefile
--- a/tests/fs/nfs/nfsservice/Makefile  Fri Aug 16 19:15:45 2019 +0000
+++ b/tests/fs/nfs/nfsservice/Makefile  Fri Aug 16 19:16:59 2019 +0000
@@ -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 @@
 LDADD+= -lwrap -lutil
 DPADD+= ${LIBWRAP} ${LIBUTIL}
 
+SANITIZER_RENAME_SYMBOL+=      __getmntinfo13
+
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index