Index: patches/nspr-attach-as-system-thread.patch |
diff --git a/patches/nspr-attach-as-system-thread.patch b/patches/nspr-attach-as-system-thread.patch |
index 26304bb9b65cc02544ca0ef5052a49ab095606a0..e06806ce7731e7761b48303e44de58465eab96ef 100644 |
--- a/patches/nspr-attach-as-system-thread.patch |
+++ b/patches/nspr-attach-as-system-thread.patch |
@@ -1,8 +1,8 @@ |
-diff --git a/pr/src/md/windows/w95thred.c b/pr/src/md/windows/w95thred.c |
-index f5c7703..b2cebae 100644 |
---- a/pr/src/md/windows/w95thred.c |
-+++ b/pr/src/md/windows/w95thred.c |
-@@ -313,7 +313,7 @@ PRThread *thread; |
+diff --git a/nspr/pr/src/md/windows/w95thred.c b/nspr/pr/src/md/windows/w95thred.c |
+index 52bfb02..2741d94 100644 |
+--- a/nspr/pr/src/md/windows/w95thred.c |
++++ b/nspr/pr/src/md/windows/w95thred.c |
+@@ -318,7 +318,7 @@ PRThread *thread; |
if (NULL == thread) { |
thread = _PRI_AttachThread( |