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

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

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

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

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.49.4.3 -r1.49.4.4 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.49.4.3 src/tests/lib/libc/sys/Makefile:1.49.4.4
--- src/tests/lib/libc/sys/Makefile:1.49.4.3	Wed Mar 21 10:08:03 2018
+++ src/tests/lib/libc/sys/Makefile	Sat Dec  9 12:46:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49.4.3 2018/03/21 10:08:03 martin Exp $
+# $NetBSD: Makefile,v 1.49.4.4 2023/12/09 12:46:06 martin Exp $
 
 MKMAN=	no
 
@@ -111,4 +111,6 @@ truncate_test.root_owned:
 
 WARNS=			4
 
+COPTS.t_setrlimit.c+=	-Wno-error=stack-protector
+
 .include 



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

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

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

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

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.49.4.3 -r1.49.4.4 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.