summaryrefslogtreecommitdiff
path: root/graphics/picpuz/files/patch-zfuncs.h
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-20 16:23:28 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-20 16:23:28 +0000
commit7ae7b018ccf7760013f368fcb83aad9ecd8982a8 (patch)
treee83ee6693050a76e305a95a376451aa583df151e /graphics/picpuz/files/patch-zfuncs.h
parenttextproc/rubygem-gitlab-grit: make it work with rubygem-mime-types again (diff)
With the power of USES=dos2unix, get rid of most patches and files
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'graphics/picpuz/files/patch-zfuncs.h')
-rw-r--r--graphics/picpuz/files/patch-zfuncs.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/graphics/picpuz/files/patch-zfuncs.h b/graphics/picpuz/files/patch-zfuncs.h
index 64aab991edc2..35cc9f2c69f5 100644
--- a/graphics/picpuz/files/patch-zfuncs.h
+++ b/graphics/picpuz/files/patch-zfuncs.h
@@ -1,5 +1,5 @@
---- zfuncs.h.orig 2009-10-29 08:38:40.000000000 +0000
-+++ zfuncs.h 2013-03-30 09:03:57.000000000 +0000
+--- zfuncs.h.orig 2016-06-20 15:52:16 UTC
++++ zfuncs.h
@@ -36,7 +36,201 @@
#include <signal.h>
#include <execinfo.h>
@@ -212,12 +212,12 @@
#define mutex_init pthread_mutex_init
#define mutex_lock pthread_mutex_lock
#define mutex_trylock pthread_mutex_trylock
-@@ -495,7 +689,7 @@
+@@ -495,7 +689,7 @@ class Queue
{
- char wmi[8];
- Vxstring * vd; // vector of xstrings
-- mutex qmutex; // for multi-thread access
-+ mutex_tp qmutex; // for multi-thread access
+ char wmi[8];
+ Vxstring * vd; // vector of xstrings
+- mutex qmutex; // for multi-thread access
++ mutex_tp qmutex; // for multi-thread access
int qcap; // queue capacity
- int qcount; // curr. queue count
- int ent1; // first entry pointer
+ int qcount; // curr. queue count
+ int ent1; // first entry pointer