Loading...
stdio/FreeBSD/gets.c Libc-763.13 Libc-997.90.3
--- Libc/Libc-763.13/stdio/FreeBSD/gets.c
+++ Libc/Libc-997.90.3/stdio/FreeBSD/gets.c
@@ -53,7 +53,7 @@
 	int c;
 	char *s;
 	static int warned;
-	static char w[] =
+	static const char w[] =
 	    "warning: this program uses gets(), which is unsafe.\n";
 
 	FLOCKFILE(stdin);