Module Name:    src
Committed By:   martin
Date:           Sat Dec  9 12:43:48 UTC 2023

Modified Files:
        src/tests/lib/libc/sys [netbsd-9]: Makefile

Log Message:
Additionally pull up following revision(s) (requested by riastradh in ticket 
#1769):

        tests/lib/libc/sys/Makefile: revision 1.75 (via patch)

t_setrlimit uses alloca now


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.57.2.1 src/tests/lib/libc/sys/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/lib/libc/sys/Makefile
diff -u src/tests/lib/libc/sys/Makefile:1.57 src/tests/lib/libc/sys/Makefile:1.57.2.1
--- src/tests/lib/libc/sys/Makefile:1.57	Sun Jun 30 21:20:04 2019
+++ src/tests/lib/libc/sys/Makefile	Sat Dec  9 12:43:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2019/06/30 21:20:04 mgorny Exp $
+# $NetBSD: Makefile,v 1.57.2.1 2023/12/09 12:43:48 martin Exp $
 
 MKMAN=	no
 
@@ -123,4 +123,6 @@ truncate_test.root_owned:
 
 WARNS=			4
 
+COPTS.t_setrlimit.c+=	-Wno-error=stack-protector
+
 .include <bsd.test.mk>

Reply via email to