pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ptlib/patches Remove obsolete patch.
details: https://anonhg.NetBSD.org/pkgsrc/rev/d3a878c58ac0
branches: trunk
changeset: 396507:d3a878c58ac0
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jul 26 09:18:52 2009 +0000
description:
Remove obsolete patch.
diffstat:
devel/ptlib/patches/patch-ac | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
diffs (17 lines):
diff -r d6481d0fc26e -r d3a878c58ac0 devel/ptlib/patches/patch-ac
--- a/devel/ptlib/patches/patch-ac Sun Jul 26 09:18:29 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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);
Home |
Main Index |
Thread Index |
Old Index