summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libbsdmalloc/malloc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libbsdmalloc/malloc.c b/lib/libbsdmalloc/malloc.c
index fbf5c76da03..4cbf8152ee1 100644
--- a/lib/libbsdmalloc/malloc.c
+++ b/lib/libbsdmalloc/malloc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: malloc.c,v 1.9 2023/07/05 22:13:20 riastradh Exp $ */
+/* $NetBSD: malloc.c,v 1.10 2023/07/08 04:09:26 simonb Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)malloc.c 8.1 (Berkeley) 6/4/93";
#else
-__RCSID("$NetBSD: malloc.c,v 1.9 2023/07/05 22:13:20 riastradh Exp $");
+__RCSID("$NetBSD: malloc.c,v 1.10 2023/07/08 04:09:26 simonb Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@@ -467,7 +467,7 @@ findbucket(union overhead *freep, int srchlen)
* frees for each size category.
*/
void
-mstats(char *s)
+mstats(const char *s)
{
int i, j;
union overhead *p;