summaryrefslogtreecommitdiff
path: root/mail/thunderbird17/patches/patch-az
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird17/patches/patch-az')
-rw-r--r--mail/thunderbird17/patches/patch-az19
1 files changed, 0 insertions, 19 deletions
diff --git a/mail/thunderbird17/patches/patch-az b/mail/thunderbird17/patches/patch-az
deleted file mode 100644
index 2b0d688c014..00000000000
--- a/mail/thunderbird17/patches/patch-az
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-az,v 1.1 2013/11/13 13:27:45 ryoon Exp $
-
---- mozilla/nsprpub/pr/src/pthreads/ptthread.c.orig 2012-08-25 00:31:27.000000000 +0000
-+++ mozilla/nsprpub/pr/src/pthreads/ptthread.c
-@@ -1038,12 +1038,12 @@ PR_IMPLEMENT(void) PR_ProcessExit(PRIntn
- _exit(status);
- }
-
--PR_IMPLEMENT(PRUint32) PR_GetThreadID(PRThread *thred)
-+PR_IMPLEMENT(pthread_t) PR_GetThreadID(PRThread *thred)
- {
- #if defined(_PR_DCETHREADS)
- return (PRUint32)&thred->id; /* this is really a sham! */
- #else
-- return (PRUint32)thred->id; /* and I don't know what they will do with it */
-+ return thred->id; /* and I don't know what they will do with it */
- #endif
- }
-