summaryrefslogtreecommitdiff
path: root/mail/thunderbird17/patches/patch-ba
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird17/patches/patch-ba')
-rw-r--r--mail/thunderbird17/patches/patch-ba24
1 files changed, 0 insertions, 24 deletions
diff --git a/mail/thunderbird17/patches/patch-ba b/mail/thunderbird17/patches/patch-ba
deleted file mode 100644
index cb20c2679f2..00000000000
--- a/mail/thunderbird17/patches/patch-ba
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-ba,v 1.1 2013/11/13 13:27:45 ryoon Exp $
-
-pthread_t may be 64-bit, avoid casting it.
-
---- mozilla/nsprpub/pr/include/private/pprthred.h.orig 2012-08-25 00:31:27.000000000 +0000
-+++ mozilla/nsprpub/pr/include/private/pprthred.h
-@@ -19,6 +19,8 @@
- #include <os2.h>
- #endif
-
-+#include <pthread.h>
-+
- PR_BEGIN_EXTERN_C
-
- /*---------------------------------------------------------------------------
-@@ -59,7 +61,7 @@ NSPR_API(void) PR_DetachThread(void);
- ** Get the id of the named thread. Each thread is assigned a unique id
- ** when it is created or attached.
- */
--NSPR_API(PRUint32) PR_GetThreadID(PRThread *thread);
-+NSPR_API(pthread_t) PR_GetThreadID(PRThread *thread);
-
- /*
- ** Set the procedure that is called when a thread is dumped. The procedure