CVS commit: [netbsd-10] src/tests/lib/libc/sys

2023-12-09 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Dec  9 12:40:49 UTC 2023

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

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

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.72 -r1.72.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.72 src/tests/lib/libc/sys/Makefile:1.72.2.1
--- src/tests/lib/libc/sys/Makefile:1.72	Mon Aug  1 15:48:39 2022
+++ src/tests/lib/libc/sys/Makefile	Sat Dec  9 12:40:49 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2022/08/01 15:48:39 kre Exp $
+# $NetBSD: Makefile,v 1.72.2.1 2023/12/09 12:40:49 martin Exp $
 
 MKMAN=	no
 
@@ -156,4 +156,6 @@ WARNS=			4
 CWARNFLAGS.gcc+=	${GCC_NO_ADDR_OF_PACKED_MEMBER} \
 			${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 8:? -Wno-error=deprecated :}
 
+COPTS.t_setrlimit.c+=	-Wno-error=stack-protector
+
 .include 



CVS commit: [netbsd-10] src/tests/lib/libc/sys

2023-12-09 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Dec  9 12:40:49 UTC 2023

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

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

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.72 -r1.72.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.