Loading...
stdio/FreeBSD/fflush.c.patch Libc-594.1.4 Libc-763.11
--- Libc/Libc-594.1.4/stdio/FreeBSD/fflush.c.patch
+++ Libc/Libc-763.11/stdio/FreeBSD/fflush.c.patch
@@ -1,6 +1,6 @@
---- fflush.c.orig	2007-07-20 11:15:28.000000000 -0700
-+++ fflush.c	2007-07-20 15:47:15.000000000 -0700
-@@ -43,6 +43,7 @@
+--- fflush.c.bsdnew	2009-11-11 13:33:04.000000000 -0800
++++ fflush.c	2009-11-11 13:33:04.000000000 -0800
+@@ -39,6 +39,7 @@ __FBSDID("$FreeBSD: src/lib/libc/stdio/f
  #include "namespace.h"
  #include <errno.h>
  #include <stdio.h>
@@ -8,7 +8,7 @@
  #include "un-namespace.h"
  #include "libc_private.h"
  #include "local.h"
-@@ -126,6 +127,14 @@
+@@ -122,6 +123,14 @@ __sflush(FILE *fp)
  	for (; n > 0; n -= t, p += t) {
  		t = _swrite(fp, (char *)p, n);
  		if (t <= 0) {