diff options
author | Bernard Normier <bernard@zeroc.com> | 2005-08-16 16:48:13 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2005-08-16 16:48:13 +0000 |
commit | fabdab019d27f86db44ae7728565f6e86ceced83 (patch) | |
tree | 2e50c4267f8056738ffaf77f0841b00d8a197f26 /cpp/src/IceSSL/OpenSSLPluginI.cpp | |
parent | use IceE.jar in CLASSPATH (diff) | |
download | ice-fabdab019d27f86db44ae7728565f6e86ceced83.tar.bz2 ice-fabdab019d27f86db44ae7728565f6e86ceced83.tar.xz ice-fabdab019d27f86db44ae7728565f6e86ceced83.zip |
Tru64 port
Diffstat (limited to 'cpp/src/IceSSL/OpenSSLPluginI.cpp')
-rw-r--r-- | cpp/src/IceSSL/OpenSSLPluginI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/OpenSSLPluginI.cpp b/cpp/src/IceSSL/OpenSSLPluginI.cpp index bc44862e5b8..8a33909cef0 100644 --- a/cpp/src/IceSSL/OpenSSLPluginI.cpp +++ b/cpp/src/IceSSL/OpenSSLPluginI.cpp @@ -147,7 +147,7 @@ idFunction() { #if defined(_WIN32) return static_cast<unsigned long>(GetCurrentThreadId()); -#elif defined(__FreeBSD__) || defined(__APPLE__) +#elif defined(__FreeBSD__) || defined(__APPLE__) || defined(__osf1__) // // On FreeBSD, pthread_t is a pointer to a per-thread structure // |