Loading...
stdio/FreeBSD/rewind.c.patch Libc-391 Libc-763.12
--- Libc/Libc-391/stdio/FreeBSD/rewind.c.patch
+++ Libc/Libc-763.12/stdio/FreeBSD/rewind.c.patch
@@ -1,11 +1,6 @@
-Index: rewind.c
-===================================================================
-RCS file: /cvs/root/Libc/stdio/FreeBSD/rewind.c,v
-retrieving revision 1.2
-diff -u -d -b -w -p -u -r1.2 rewind.c
---- rewind.c	2003/05/20 22:22:43	1.2
-+++ rewind.c	2004/10/27 05:51:34
-@@ -58,8 +58,8 @@ rewind(FILE *fp)
+--- rewind.c.bsdnew	2009-11-11 13:33:15.000000000 -0800
++++ rewind.c	2009-11-11 13:33:15.000000000 -0800
+@@ -54,8 +54,8 @@ rewind(FILE *fp)
  
  	FLOCKFILE(fp);
  	if (_fseeko(fp, (off_t)0, SEEK_SET, 1) == 0) {