summaryrefslogtreecommitdiff
path: root/devel/ptlib
diff options
context:
space:
mode:
authorwiz <wiz>2009-07-26 09:18:52 +0000
committerwiz <wiz>2009-07-26 09:18:52 +0000
commitd05bb292af4558e46aabd765b3bb5ec39c9c65d9 (patch)
treebf4381cfe2b5874db275666b449c394f8048dacf /devel/ptlib
parentaefac4fd75e264368cc4348795643e80d144e81c (diff)
downloadpkgsrc-d05bb292af4558e46aabd765b3bb5ec39c9c65d9.tar.gz
Remove obsolete patch.
Diffstat (limited to 'devel/ptlib')
-rw-r--r--devel/ptlib/patches/patch-ac13
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);