diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-01 22:29:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-01 22:29:03 +0000 |
commit | 0e94431d7f606acf6fe1fcc13baed0a88d9e7e9c (patch) | |
tree | 54e2f4569297d4c56860c61a7278ef25f3581c8b /net/sipxcommserverlib/files/patch-include_fastdb_sync.h | |
parent | sipXportLib is a library of SIP related functions and information (diff) |
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>
Notes
Notes:
svn path=/head/; revision=183898
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() { |