Loading...
stdlib/FreeBSD/bsearch.3.patch Libc-583 Libc-763.13
--- Libc/Libc-583/stdlib/FreeBSD/bsearch.3.patch
+++ Libc/Libc-763.13/stdlib/FreeBSD/bsearch.3.patch
@@ -1,8 +1,8 @@
---- bsearch.3.orig	2009-05-12 11:21:33.000000000 -0700
-+++ bsearch.3	2009-05-20 14:53:48.000000000 -0700
-@@ -36,30 +36,37 @@
+--- bsearch.3.bsdnew	2009-11-13 14:11:47.000000000 -0800
++++ bsearch.3	2009-11-13 14:11:48.000000000 -0800
+@@ -32,30 +32,37 @@
  .\"     @(#)bsearch.3	8.3 (Berkeley) 4/19/94
- .\" $FreeBSD: src/lib/libc/stdlib/bsearch.3,v 1.8 2001/09/07 14:46:35 asmodai Exp $
+ .\" $FreeBSD: src/lib/libc/stdlib/bsearch.3,v 1.9 2007/01/09 00:28:09 imp Exp $
  .\"
 -.Dd April 19, 1994
 +.Dd May 20, 2008
@@ -45,7 +45,7 @@
  .Pp
  The contents of the array should be in ascending sorted order according
  to the comparison function referenced by
-@@ -70,15 +77,33 @@
+@@ -66,15 +73,33 @@ routine
  is expected to have
  two arguments which point to the
  .Fa key