From d05bb292af4558e46aabd765b3bb5ec39c9c65d9 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 26 Jul 2009 09:18:52 +0000 Subject: Remove obsolete patch. --- devel/ptlib/patches/patch-ac | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 devel/ptlib/patches/patch-ac (limited to 'devel/ptlib') 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); -- cgit v1.2.3