Loading...
--- Libc/Libc-1725.40.4/stdio/FreeBSD/putc.c
+++ Libc/Libc-825.26/stdio/FreeBSD/putc.c
@@ -46,7 +46,9 @@
#undef putc_unlocked
int
-putc(int c, FILE *fp)
+putc(c, fp)
+ int c;
+ FILE *fp;
{
int retval;
FLOCKFILE(fp);