opnsense-ports/security/nss/files/patch-bug301986
Franco Fichtner fc5a689a23 */*: sync with upstream
Taken from: FreeBSD
2016-09-28 23:31:18 +02:00

11 lines
421 B
Text

--- lib/util/nssilckt.h~
+++ lib/util/nssilckt.h
@@ -163,7 +163,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 */