Loading...
stdio/FreeBSD/putchar.c Libc-1725.40.4 Libc-825.26
--- Libc/Libc-1725.40.4/stdio/FreeBSD/putchar.c
+++ Libc/Libc-825.26/stdio/FreeBSD/putchar.c
@@ -49,7 +49,8 @@
  * A subroutine version of the macro putchar
  */
 int
-putchar(int c)
+putchar(c)
+	int c;
 {
 	int retval;
 	FILE *so = stdout;