Loading...
--- Libc/Libc-763.13/db/btree/FreeBSD/bt_split.c.patch
+++ Libc/Libc-594.9.4/db/btree/FreeBSD/bt_split.c.patch
@@ -1,6 +1,6 @@
---- bt_split.c.orig 2009-11-06 12:39:34.000000000 -0800
-+++ bt_split.c 2009-11-06 12:40:06.000000000 -0800
-@@ -201,7 +201,7 @@ __bt_split(BTREE *t, PAGE *sp, const DBT
+--- bt_split.c.orig 2008-09-07 11:37:54.000000000 -0700
++++ bt_split.c 2008-09-07 12:29:24.000000000 -0700
+@@ -210,7 +210,7 @@ __bt_split(t, sp, key, data, flags, ilen
nbytes = NRINTERNAL;
break;
default:
@@ -9,7 +9,7 @@
}
/* Split the parent page if necessary or shift the indices. */
-@@ -276,7 +276,7 @@ __bt_split(BTREE *t, PAGE *sp, const DBT
+@@ -285,7 +285,7 @@ __bt_split(t, sp, key, data, flags, ilen
((RINTERNAL *)dest)->pgno = rchild->pgno;
break;
default:
@@ -18,7 +18,7 @@
}
/* Unpin the held pages. */
-@@ -556,7 +556,7 @@ bt_broot(BTREE *t, PAGE *h, PAGE *l, PAG
+@@ -580,7 +580,7 @@ bt_broot(t, h, l, r)
((BINTERNAL *)dest)->pgno = r->pgno;
break;
default:
@@ -27,7 +27,7 @@
}
/* There are two keys on the page. */
-@@ -635,7 +635,7 @@ bt_psplit(BTREE *t, PAGE *h, PAGE *l, PA
+@@ -663,7 +663,7 @@ bt_psplit(t, h, l, r, pskip, ilen)
isbigkey = 0;
break;
default:
@@ -36,7 +36,7 @@
}
/*
-@@ -728,7 +728,7 @@ bt_psplit(BTREE *t, PAGE *h, PAGE *l, PA
+@@ -756,7 +756,7 @@ bt_psplit(t, h, l, r, pskip, ilen)
nbytes = NRLEAF(rl);
break;
default: