diff options
Diffstat (limited to 'security/nss/files/patch-bug301986')
-rw-r--r-- | security/nss/files/patch-bug301986 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/nss/files/patch-bug301986 b/security/nss/files/patch-bug301986 index 0745e23e9172..9ae42321f152 100644 --- a/security/nss/files/patch-bug301986 +++ b/security/nss/files/patch-bug301986 @@ -1,11 +1,11 @@ --- lib/util/nssilckt.h~ +++ lib/util/nssilckt.h -@@ -195,7 +195,7 @@ typedef enum { +@@ -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 */ +- 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 */ |