aboutsummaryrefslogtreecommitdiff
path: root/devel/ptlib26/files/patch-src__ptlib__unix__tlib.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ptlib26/files/patch-src__ptlib__unix__tlib.cxx')
-rw-r--r--devel/ptlib26/files/patch-src__ptlib__unix__tlib.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/ptlib26/files/patch-src__ptlib__unix__tlib.cxx b/devel/ptlib26/files/patch-src__ptlib__unix__tlib.cxx
deleted file mode 100644
index c0f11e3062ac..000000000000
--- a/devel/ptlib26/files/patch-src__ptlib__unix__tlib.cxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/ptlib/unix/tlib.cxx.orig 2009-02-14 22:02:51.000000000 +0100
-+++ ./src/ptlib/unix/tlib.cxx 2009-02-14 22:03:09.000000000 +0100
-@@ -400,7 +400,7 @@
- {
- if (PProcessInstance != NULL) {
- PWaitAndSignal m(PProcessInstance->threadMutex);
-- PThread & thread = PProcessInstance->activeThreads[(unsigned)id];
-+ PThread & thread = PProcessInstance->activeThreads[(unsigned long)id];
- return thread.GetThreadName();
- }
- return psprintf("%08x", id);