Loading...
stdio/FreeBSD/gets.c Libc-1725.40.4 Libc-997.90.3
--- Libc/Libc-1725.40.4/stdio/FreeBSD/gets.c
+++ Libc/Libc-997.90.3/stdio/FreeBSD/gets.c
@@ -47,7 +47,8 @@
 __warn_references(gets, "warning: this program uses gets(), which is unsafe.");
 
 char *
-gets(char *buf)
+gets(buf)
+	char *buf;
 {
 	int c;
 	char *s;