]> git.pld-linux.org Git - packages/db4.1.git/commitdiff
1st oficial patch to Berkeley DB 4.1.25
authorArtur Frysiak <artur@frysiak.net>
Fri, 28 Mar 2003 17:19:17 +0000 (17:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    patch.4.1.25.1 -> 1.1

patch.4.1.25.1 [new file with mode: 0644]

diff --git a/patch.4.1.25.1 b/patch.4.1.25.1
new file mode 100644 (file)
index 0000000..f22f215
--- /dev/null
@@ -0,0 +1,20 @@
+*** fileops/fop_util.c 8 Jan 2003 05:01:56 -0000       1.57
+--- fileops/fop_util.c 12 Jan 2003 19:44:29 -0000      1.58
+***************
+*** 40,46 ****
+       u_int32_t __lockval;                                            \
+                                                                       \
+       if (LOCKING_ON((ENV))) {                                        \
+!              __lockval = 0;                                          \
+               __dbt.data = &__lockval;                                \
+               __dbt.size = sizeof(__lockval);                         \
+               if ((ret = (ENV)->lock_get((ENV), (ID),                 \
+--- 40,46 ----
+       u_int32_t __lockval;                                            \
+                                                                       \
+       if (LOCKING_ON((ENV))) {                                        \
+!              __lockval = 1;                                          \
+               __dbt.data = &__lockval;                                \
+               __dbt.size = sizeof(__lockval);                         \
+               if ((ret = (ENV)->lock_get((ENV), (ID),                 \
+
This page took 0.061319 seconds and 4 git commands to generate.