From 5006da9e61fee1ba68157022f2c9356a0da95aa9 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Wed, 12 Mar 2008 12:33:07 +0000 Subject: Update to 4.6.8 --- devel/nspr/files/patch-pthread_t | 8 -------- 1 file changed, 8 deletions(-) (limited to 'devel/nspr/files/patch-pthread_t') 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")); -- cgit v1.2.3