summaryrefslogtreecommitdiff
path: root/ace/Log_Msg.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-02-26 00:23:15 +0000
committerSteve Huston <shuston@riverace.com>2002-02-26 00:23:15 +0000
commitf1c2f2db1ca6a3cf33e93e78328066573782c072 (patch)
treed1af47eaaad407402aad7e3716cb4b191f2e86f3 /ace/Log_Msg.cpp
parent6d413965896d956e4d35e22a3d3b9475192561d6 (diff)
downloadATCD-f1c2f2db1ca6a3cf33e93e78328066573782c072.tar.gz
ChangeLogTag:Mon Feb 25 19:27:41 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Log_Msg.cpp')
-rw-r--r--ace/Log_Msg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Log_Msg.cpp b/ace/Log_Msg.cpp
index 4aad7b3048a..49178b0faa8 100644
--- a/ace/Log_Msg.cpp
+++ b/ace/Log_Msg.cpp
@@ -1325,7 +1325,7 @@ ACE_Log_Msg::log (const ACE_TCHAR *format_str,
format,
ACE_static_cast(unsigned,
ACE_Thread::self ()));
-#elif defined (AIX) && (ACE_AIX_MINOR_VERS <= 2)
+#elif defined (ACE_AIX_VERS) && (ACE_AIX_VERS <= 402)
// AIX's pthread_t (ACE_hthread_t) is a pointer, and it's
// a little ugly to send that through a %u format. So,
// get the kernel thread ID (tid_t) via thread_self() and