Loading...
stdio/FreeBSD/flags.c Libc-1725.40.4 Libc-825.26
--- Libc/Libc-1725.40.4/stdio/FreeBSD/flags.c
+++ Libc/Libc-825.26/stdio/FreeBSD/flags.c
@@ -49,7 +49,9 @@
  * Return 0 on error.
  */
 int
-__sflags(const char *mode, int *optr)
+__sflags(mode, optr)
+	const char *mode;
+	int *optr;
 {
 	int ret, m, o;