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