Module Name: src Committed By: martin Date: Fri Aug 16 19:18:07 UTC 2019
Modified Files: src/tests/bin/df [netbsd-9]: Makefile Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.1.36.1 src/tests/bin/df/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/bin/df/Makefile diff -u src/tests/bin/df/Makefile:1.1 src/tests/bin/df/Makefile:1.1.36.1 --- src/tests/bin/df/Makefile:1.1 Sat Mar 17 16:33:11 2012 +++ src/tests/bin/df/Makefile Fri Aug 16 19:18:07 2019 @@ -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 @@ CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libc/in SRCS+= humanize_number.c .endif +SANITIZER_RENAME_SYMBOL+= __getmntinfo13 + .include <bsd.test.mk>