diff options
Diffstat (limited to 'devel/ptlib')
-rw-r--r-- | devel/ptlib/patches/patch-ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/ptlib/patches/patch-ac b/devel/ptlib/patches/patch-ac deleted file mode 100644 index c15ab2b81c2..00000000000 --- a/devel/ptlib/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.2 2009/03/18 11:57:16 jmcneill Exp $ - ---- src/ptlib/unix/tlib.cxx.orig 2009-03-17 23:43:30.000000000 -0400 -+++ src/ptlib/unix/tlib.cxx -@@ -400,7 +400,7 @@ PString PX_GetThreadName(pthread_t id) - { - if (PProcessInstance != NULL) { - PWaitAndSignal m(PProcessInstance->activeThreadMutex); -- PThread & thread = PProcessInstance->activeThreads[(unsigned)id]; -+ PThread & thread = PProcessInstance->activeThreads[(uintptr_t)id]; - return thread.GetThreadName(); - } - return psprintf("%08x", id); |