summaryrefslogtreecommitdiff
path: root/databases/db4/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'databases/db4/patches/patch-ad')
-rw-r--r--databases/db4/patches/patch-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/db4/patches/patch-ad b/databases/db4/patches/patch-ad
deleted file mode 100644
index 4afdfc8bc84..00000000000
--- a/databases/db4/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.4 2008/09/07 13:35:17 tron Exp $
-
---- os/os_yield.c.orig 2008-01-08 20:58:43.000000000 +0000
-+++ os/os_yield.c 2008-09-07 14:27:08.000000000 +0100
-@@ -58,7 +58,7 @@
- #elif defined(HAVE_YIELD)
- yield();
- #else
-- __os_sleep(dbenv, 0, 0);
-+ __os_sleep(env, 0, 0);
- #endif
- }
- }