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 */
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to