summaryrefslogtreecommitdiff
path: root/net/sipxcommserverlib/files/patch-include_fastdb_sync.h
blob: 344b8f9c0e50b7b1aadb89ff751e7c41a97492ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./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() {