Loading...
stdio/FreeBSD/putc.c Libc-763.13 Libc-1669.60.4
--- Libc/Libc-763.13/stdio/FreeBSD/putc.c
+++ Libc/Libc-1669.60.4/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);