Loading...
--- 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;