Loading...
stdlib/NetBSD/strfmon.c Libc-997.90.3 Libc-825.26
--- Libc/Libc-997.90.3/stdlib/NetBSD/strfmon.c
+++ Libc/Libc-825.26/stdlib/NetBSD/strfmon.c
@@ -483,7 +483,7 @@
 }
 
 static int
-get_groups(int size, const char *grouping) {
+get_groups(int size, char *grouping) {
 
 	int	chars = 0;
 
@@ -522,7 +522,7 @@
 
 	int		padded;
 
-	const char	*grouping;
+	char		*grouping;
 	char		decimal_point;
 	char		thousands_sep;