summaryrefslogtreecommitdiff
path: root/devel/nspr/files/patch-pthread_t
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2008-03-12 12:33:07 +0000
committerMichael Johnson <ahze@FreeBSD.org>2008-03-12 12:33:07 +0000
commit5006da9e61fee1ba68157022f2c9356a0da95aa9 (patch)
treea28fcc08d7bd7fee2e2aec342c69d5b099c058c6 /devel/nspr/files/patch-pthread_t
parent- Update to 1.07 (diff)
Update to 4.6.8
Notes
Notes: svn path=/head/; revision=208889
Diffstat (limited to 'devel/nspr/files/patch-pthread_t')
-rw-r--r--devel/nspr/files/patch-pthread_t8
1 files changed, 0 insertions, 8 deletions
diff --git a/devel/nspr/files/patch-pthread_t b/devel/nspr/files/patch-pthread_t
index bb7793ea8a37..e763d64cecd2 100644
--- a/devel/nspr/files/patch-pthread_t
+++ b/devel/nspr/files/patch-pthread_t
@@ -33,11 +33,3 @@ Better to just keep calling it pthread_t isntead of casting to anything.
+ return thred->id; /* and I don't know what they will do with it */
#endif
}
-@@ -1116,5 +1116,7 @@
- PRStatus rv = PR_SUCCESS;
- PRThread* thred = pt_book.first;
-+#if !defined(_PR_DCETHREADS) && (defined(DEBUG) || defined(FORCE_PR_ASSERT))
- PRThread *me = PR_CurrentThread();
-+#endif
-
- PR_LOG(_pr_gc_lm, PR_LOG_ALWAYS, ("Begin PR_EnumerateThreads\n"));