]> git.saurik.com Git - apple/libc.git/blobdiff - db/hash/FreeBSD/hash_buf.c.patch
Libc-763.11.tar.gz
[apple/libc.git] / db / hash / FreeBSD / hash_buf.c.patch
index 54317344df275fe2aecf6b7ba00a3bb69ea7e34a..11e57991137abc1c1135b725281572c25569c47c 100644 (file)
@@ -1,6 +1,6 @@
---- hash_buf.c.orig    Thu Mar 21 14:46:26 2002
-+++ hash_buf.c Sat Oct 18 18:30:49 2003
-@@ -69,7 +69,7 @@
+--- hash_buf.c (revision 61187)
++++ hash_buf.c (working copy)
+@@ -66,7 +66,7 @@
  #include <db.h>
  #include "hash.h"
  #include "page.h"
@@ -9,3 +9,12 @@
  
  static BUFHEAD *newbuf(HTAB *, u_int32_t, BUFHEAD *);
  
+@@ -293,7 +293,7 @@
+       return (bp);
+ }
+-void
++__private_extern__ void
+ __buf_init(HTAB *hashp, int nbytes)
+ {
+       BUFHEAD *bfp;