From 5cff19849712572985ae477d2a126ea82eb5a96c Mon Sep 17 00:00:00 2001 From: otto <> Date: Sat, 24 May 2025 06:47:27 +0000 Subject: Adapt to new maloc_options declaration --- src/regress/lib/libc/malloc/malloc_ulimit1/malloc_ulimit1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libc/malloc/malloc_ulimit1/malloc_ulimit1.c b/src/regress/lib/libc/malloc/malloc_ulimit1/malloc_ulimit1.c index 799d2b9117..7e53c32dbc 100644 --- a/src/regress/lib/libc/malloc/malloc_ulimit1/malloc_ulimit1.c +++ b/src/regress/lib/libc/malloc/malloc_ulimit1/malloc_ulimit1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: malloc_ulimit1.c,v 1.5 2019/06/12 11:31:36 bluhm Exp $ */ +/* $OpenBSD: malloc_ulimit1.c,v 1.6 2025/05/24 06:47:27 otto Exp $ */ /* Public Domain, 2006, Otto Moerbeek */ @@ -23,7 +23,7 @@ #define FACTOR 1024 /* This test takes forever with junking turned on. */ -char *malloc_options = "jj"; +const char * const malloc_options = "jj"; int main() -- cgit v1.2.3-55-g6feb