freebsd-ports/net/sipxcommserverlib/files/patch-include_fastdb_sync.h
Martin Wilke 0e94431d7f sipXcommserverlib is a library that handles communication between
various sipX components.  It is a necessary dependancy of the sipX
project.

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:29:03 +00:00

11 lines
282 B
C

--- ./include/fastdb/sync.h.orig Thu Dec 28 18:42:54 2006
+++ ./include/fastdb/sync.h Thu Dec 28 18:47:03 2006
@@ -613,7 +613,7 @@
// for Linux: Temporary addition to aid debugging
int getTid() {
- return tid;
+ return (int)tid;
}
int getPid() {