Loading...
stdio/FreeBSD/fflush.c.patch Libc-763.12 Libc-498.1.5
--- Libc/Libc-763.12/stdio/FreeBSD/fflush.c.patch
+++ Libc/Libc-498.1.5/stdio/FreeBSD/fflush.c.patch
@@ -1,6 +1,6 @@
---- 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
+--- 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 @@
  #include "namespace.h"
  #include <errno.h>
  #include <stdio.h>
@@ -8,7 +8,7 @@
  #include "un-namespace.h"
  #include "libc_private.h"
  #include "local.h"
-@@ -122,6 +123,14 @@ __sflush(FILE *fp)
+@@ -126,6 +127,14 @@
  	for (; n > 0; n -= t, p += t) {
  		t = _swrite(fp, (char *)p, n);
  		if (t <= 0) {