Loading...
stdio/FreeBSD/wsetup.c Libc-1725.40.4 Libc-1044.1.2
--- Libc/Libc-1725.40.4/stdio/FreeBSD/wsetup.c
+++ Libc/Libc-1044.1.2/stdio/FreeBSD/wsetup.c
@@ -47,7 +47,8 @@
  * _wsetup returns 0 if OK to write; otherwise, it returns EOF and sets errno.
  */
 int
-__swsetup(FILE *fp)
+__swsetup(fp)
+	FILE *fp;
 {
 	/* make sure stdio is set up */
 	pthread_once(&__sdidinit, __sinit);