summaryrefslogtreecommitdiff
path: root/net/libupnp/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'net/libupnp/patches/patch-ah')
-rw-r--r--net/libupnp/patches/patch-ah12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/libupnp/patches/patch-ah b/net/libupnp/patches/patch-ah
index 425cbb4d5a6..500aa069e46 100644
--- a/net/libupnp/patches/patch-ah
+++ b/net/libupnp/patches/patch-ah
@@ -1,13 +1,13 @@
-$NetBSD: patch-ah,v 1.2 2007/08/19 01:36:23 obache Exp $
+$NetBSD: patch-ah,v 1.3 2007/11/08 03:56:58 obache Exp $
---- threadutil/inc/ithread.h.orig 2007-05-25 14:39:38.000000000 +0000
+--- threadutil/inc/ithread.h.orig 2007-11-06 01:46:41.000000000 +0000
+++ threadutil/inc/ithread.h
@@ -45,7 +45,7 @@ extern "C" {
- #define PTHREAD_MUTEX_RECURSIVE_NP PTHREAD_MUTEX_RECURSIVE
+ #define PTHREAD_MUTEX_RECURSIVE_NP PTHREAD_MUTEX_RECURSIVE
#endif
-#ifdef PTHREAD_MUTEX_RECURSIVE
+#if defined(PTHREAD_MUTEX_RECURSIVE) || defined(__DragonFly__)
- /* This system has SuS2-compliant mutex attributes.
- * E.g. on Cygwin, where we don't have the old nonportable (NP) symbols
- */
+ /* This system has SuS2-compliant mutex attributes.
+ * E.g. on Cygwin, where we don't have the old nonportable (NP) symbols
+ */