aboutsummaryrefslogtreecommitdiff
path: root/textproc/xalan-c/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xalan-c/files/patch-ab')
-rw-r--r--textproc/xalan-c/files/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/xalan-c/files/patch-ab b/textproc/xalan-c/files/patch-ab
new file mode 100644
index 000000000000..bb5104cbbc86
--- /dev/null
+++ b/textproc/xalan-c/files/patch-ab
@@ -0,0 +1,12 @@
+! taken from xalan-c CVS
+--- samples/ThreadSafe/ThreadSafe.cpp.orig Sun Feb 29 21:07:39 2004
++++ samples/ThreadSafe/ThreadSafe.cpp Sun Feb 29 21:07:55 2004
+@@ -95,7 +95,7 @@
+ #elif defined(XALAN_POSIX2_AVAILABLE)
+ #include <pthread.h>
+ #include <unistd.h>
+- typedef unsigned long theThreadIDType;
++ typedef pthread_t theThreadIDType;
+ typedef pthread_t theThreadType;
+
+ #else