diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-09-09 18:27:27 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-09-09 18:27:27 +0000 |
commit | d4dab6f544dcfbd7783b2789c05b46d020e77ac1 (patch) | |
tree | f35a29fe65ee651e8e8d1723740b1c0ee054e4c7 /devel/nspr/files/patch-bug301986 | |
parent | science/vmd: Add RESTRICTED clause. (diff) |
devel/nspr: regen patches
Notes
Notes:
svn path=/head/; revision=479328
Diffstat (limited to 'devel/nspr/files/patch-bug301986')
-rw-r--r-- | devel/nspr/files/patch-bug301986 | 6 |
1 files changed, 3 insertions, 3 deletions
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); } |