Loading...
stdio/FreeBSD/fread.3.patch Libc-763.12 Libc-498
--- Libc/Libc-763.12/stdio/FreeBSD/fread.3.patch
+++ Libc/Libc-498/stdio/FreeBSD/fread.3.patch
@@ -1,6 +1,6 @@
---- fread.3.bsdnew	2009-11-11 13:33:08.000000000 -0800
-+++ fread.3	2009-11-11 13:33:09.000000000 -0800
-@@ -44,14 +44,16 @@
+--- _SB/Libc/stdio/FreeBSD/fread.3	2003-05-20 15:22:42.000000000 -0700
++++ _SB/Libc/stdio/FreeBSD/fread.3.edit	2006-06-28 16:55:52.000000000 -0700
+@@ -48,14 +48,16 @@
  .Sh SYNOPSIS
  .In stdio.h
  .Ft size_t
@@ -20,7 +20,7 @@
  objects, each
  .Fa size
  bytes long, from the stream pointed to by
-@@ -62,7 +64,7 @@ storing them at the location given by
+@@ -66,7 +68,7 @@
  The function
  .Fn fwrite
  writes
@@ -29,7 +29,7 @@
  objects, each
  .Fa size
  bytes long, to the stream pointed to by
-@@ -82,7 +84,7 @@ the return value is a short object count
+@@ -86,7 +88,7 @@
  .Pp
  The function
  .Fn fread
@@ -38,7 +38,7 @@
  must use
  .Xr feof 3
  and
-@@ -91,7 +93,7 @@ to determine which occurred.
+@@ -95,7 +97,7 @@
  The function
  .Fn fwrite
  returns a value less than