diff options
Diffstat (limited to 'net/sipxcommserverlib/files/patch-include_fastdb_sync.h')
-rw-r--r-- | net/sipxcommserverlib/files/patch-include_fastdb_sync.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/sipxcommserverlib/files/patch-include_fastdb_sync.h b/net/sipxcommserverlib/files/patch-include_fastdb_sync.h new file mode 100644 index 000000000000..344b8f9c0e50 --- /dev/null +++ b/net/sipxcommserverlib/files/patch-include_fastdb_sync.h @@ -0,0 +1,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() { |