[SVN-Commit] r942 - branches/experimental/security/nss/files
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Sat Aug 18 08:58:38 UTC 2012
Author: jbeich
Date: Sat Aug 18 08:58:31 2012
New Revision: 942
Log:
chase return type of PR_GetThreadID
Added:
branches/experimental/security/nss/files/patch-bug301986
Added: branches/experimental/security/nss/files/patch-bug301986
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/experimental/security/nss/files/patch-bug301986 Sat Aug 18 08:58:31 2012 (r942)
@@ -0,0 +1,11 @@
+--- lib/util/nssilckt.h~
++++ lib/util/nssilckt.h
+@@ -195,7 +195,7 @@ typedef enum {
+ ** Declare the trace record
+ */
+ struct pzTrace_s {
+- PRUint32 threadID; /* PR_GetThreadID() */
++ pthread_t threadID; /* PR_GetThreadID() */
+ nssILockOp op; /* operation being performed */
+ nssILockType ltype; /* lock type identifier */
+ PRIntervalTime callTime; /* time spent in function */
More information about the freebsd-gecko
mailing list