Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2012 08:58:31 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r942 - branches/experimental/security/nss/files
Message-ID:  <201208180858.q7I8wVZ0020079@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208180858.q7I8wVZ0020079>