From d4dab6f544dcfbd7783b2789c05b46d020e77ac1 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sun, 9 Sep 2018 18:27:27 +0000 Subject: devel/nspr: regen patches --- devel/nspr/files/patch-bug301986 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/nspr/files/patch-bug301986') diff --git a/devel/nspr/files/patch-bug301986 b/devel/nspr/files/patch-bug301986 index 3576606f83bb..cae4712dace7 100644 --- a/devel/nspr/files/patch-bug301986 +++ b/devel/nspr/files/patch-bug301986 @@ -3,7 +3,7 @@ Better to just keep calling it pthread_t isntead of casting to anything. -mi ---- pr/include/private/pprthred.h.orig 2015-10-16 13:22:19 UTC +--- pr/include/private/pprthred.h.orig 2018-08-28 12:42:28 UTC +++ pr/include/private/pprthred.h @@ -11,6 +11,7 @@ ** developers only. @@ -22,9 +22,9 @@ Better to just keep calling it pthread_t isntead of casting to anything. /* ** Set the procedure that is called when a thread is dumped. The procedure ---- pr/src/pthreads/ptthread.c.orig 2018-01-18 12:37:14 UTC +--- pr/src/pthreads/ptthread.c.orig 2018-08-28 12:42:28 UTC +++ pr/src/pthreads/ptthread.c -@@ -1122,9 +1122,9 @@ PR_IMPLEMENT(void) PR_ProcessExit(PRIntn status) +@@ -1138,9 +1138,9 @@ PR_IMPLEMENT(void) PR_ProcessExit(PRIntn status) _exit(status); } -- cgit v1.2.3