freebsd-ports/net/sipxvxml/files/patch-src_trd_OSBtrdPthreads.cpp
Martin Wilke a1ee2deb53 sipXproxy is the authorization and call record server component of the
sipX family.

WWW: http://sipx-wiki.calivia.com/index.php/Main_Page

PR:		ports/107931
Submitted by:	Michael Durian <durian at shadetreesoftware.com>
2007-02-01 22:42:19 +00:00

11 lines
248 B
C++

--- ./src/trd/OSBtrdPthreads.cpp.orig Fri Dec 29 10:46:31 2006
+++ ./src/trd/OSBtrdPthreads.cpp Fri Dec 29 10:48:57 2006
@@ -497,7 +497,7 @@
if (thread == NULL)
return -1;
- return thread->thread;
+ return (VXIlong)thread->thread;
}