forked from Lainports/freebsd-ports
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>
11 lines
282 B
C
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() {
|