summaryrefslogtreecommitdiff
path: root/textproc/htdig/files/patch-db_mut__pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/htdig/files/patch-db_mut__pthread.c')
-rw-r--r--textproc/htdig/files/patch-db_mut__pthread.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/textproc/htdig/files/patch-db_mut__pthread.c b/textproc/htdig/files/patch-db_mut__pthread.c
deleted file mode 100644
index 1deafc8940ba..000000000000
--- a/textproc/htdig/files/patch-db_mut__pthread.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- db/mut_pthread.c.orig 2002-02-02 18:18:05 UTC
-+++ db/mut_pthread.c
-@@ -201,7 +201,11 @@ CDB___db_pthread_mutex_lock(mutexp)
- * call, and Solaris delivers the signal to the wrong
- * LWP.
- */
-- if (ret != 0 && ret != ETIME && ret != ETIMEDOUT)
-+ if (ret != 0 &&
-+#ifndef __FreeBSD__
-+ ret != ETIME &&
-+#endif
-+ ret != ETIMEDOUT)
- return (ret);
- }
-