summaryrefslogtreecommitdiff
path: root/graphics/picpuz/files/patch-zfuncs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/picpuz/files/patch-zfuncs.cpp')
-rw-r--r--graphics/picpuz/files/patch-zfuncs.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/picpuz/files/patch-zfuncs.cpp b/graphics/picpuz/files/patch-zfuncs.cpp
index f5e5d7f228f2..16f9033b5509 100644
--- a/graphics/picpuz/files/patch-zfuncs.cpp
+++ b/graphics/picpuz/files/patch-zfuncs.cpp
@@ -1,5 +1,5 @@
---- zfuncs.cpp.orig 2009-10-29 08:38:40.000000000 +0000
-+++ zfuncs.cpp 2013-03-30 09:06:21.000000000 +0000
+--- zfuncs.cpp.orig 2009-10-29 08:38:40 UTC
++++ zfuncs.cpp
@@ -23,6 +23,11 @@
// zfuncs.cpp version v.2.28
@@ -12,7 +12,7 @@
/**************************************************************************
system-level utility functions
-@@ -236,7 +241,7 @@
+@@ -236,7 +241,7 @@ void synch_threads(int NT)
// safely access parameters from multiple threads
// limitation: one lock for any number of parameters
@@ -21,7 +21,7 @@
int zget_locked(int &param) // lock and return parameter
{
-@@ -2916,7 +2921,7 @@
+@@ -2916,7 +2921,7 @@ int initz_appfiles(const char *appname,
strcpy(zicondir,zdatadir);
strcat(zicondir,"/icons");
@@ -30,7 +30,7 @@
if (strEqu(pp,"root")) snprintf(zuserdir,199,"/root/.%s",zappname); // get /root/.appname
else snprintf(zuserdir,199,"%s/.%s",getenv("HOME"),zappname); // or /home/user/.appname
-@@ -3415,7 +3420,7 @@
+@@ -3415,7 +3420,7 @@ pthread_t tid_main = 0;
pthread_t tids[tmax];
int tlocks[tmax];
int zinit = 0;