summaryrefslogtreecommitdiff
path: root/comms/fldigi/files/patch-src_include_threads.h
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2008-09-23 14:01:11 +0000
committerDiane Bruce <db@FreeBSD.org>2008-09-23 14:01:11 +0000
commit36124fe6791c3b779f768e277a538c225514f94d (patch)
treed906f8ece40ff94d76c0640d0952fd8a7878804b /comms/fldigi/files/patch-src_include_threads.h
parent- Remove bogus REINPLACE_CMD which was intended to fix build on 4.x, but has ... (diff)
- Update to 3.03
Notes
Notes: svn path=/head/; revision=220568
Diffstat (limited to 'comms/fldigi/files/patch-src_include_threads.h')
-rw-r--r--comms/fldigi/files/patch-src_include_threads.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/fldigi/files/patch-src_include_threads.h b/comms/fldigi/files/patch-src_include_threads.h
index dcf7a622ee9d..155e7c0bffdf 100644
--- a/comms/fldigi/files/patch-src_include_threads.h
+++ b/comms/fldigi/files/patch-src_include_threads.h
@@ -1,5 +1,5 @@
---- src/include/threads.h.orig 2008-08-23 12:34:24.000000000 -0400
-+++ src/include/threads.h 2008-08-23 12:32:50.000000000 -0400
+--- src/include/threads.h.orig 2008-09-14 09:26:15.000000000 -0400
++++ src/include/threads.h 2008-09-23 08:50:48.000000000 -0400
@@ -46,6 +46,7 @@
#include <config.h>
@@ -8,7 +8,7 @@
typedef pthread_t Fl_Thread;
typedef pthread_mutex_t Fl_Mutex;
-@@ -87,7 +88,8 @@
+@@ -88,7 +89,8 @@
extern pthread_key_t thread_id_;
# define CREATE_THREAD_ID() pthread_key_create(&thread_id_, 0);
# define SET_THREAD_ID(x) pthread_setspecific(thread_id_, (void *)(x))