Source-Changes-HG archive

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

[src/netbsd-9]: src/tests/bin/df Pull up following revision(s) (requested by ...



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

description:
Pull up following revision(s) (requested by kamil in ticket #65):

        tests/bin/df/Makefile: revision 1.2

Avoid symbol clashes in bin/df under MKSANITIZER

Remove symbol conflicts for: __getmntinfo13

diffstat:

 tests/bin/df/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r a5c0681efafb -r c7a64c06c7f0 tests/bin/df/Makefile
--- a/tests/bin/df/Makefile     Fri Aug 16 19:16:59 2019 +0000
+++ b/tests/bin/df/Makefile     Fri Aug 16 19:18:07 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2012/03/17 16:33:11 jruoho Exp $
+# $NetBSD: Makefile,v 1.1.36.1 2019/08/16 19:18:07 martin Exp $
 
 NOMAN=         # defined
 
@@ -24,4 +24,6 @@
 SRCS+=         humanize_number.c
 .endif
 
+SANITIZER_RENAME_SYMBOL+=      __getmntinfo13
+
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index