summaryrefslogtreecommitdiff
path: root/ace/Log_Msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r--ace/Log_Msg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h
index 5c39559c015..cb340d66e43 100644
--- a/ace/Log_Msg.h
+++ b/ace/Log_Msg.h
@@ -99,7 +99,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#if defined (__Lynx__)
+#if defined (__Lynx__) || defined (INTEGRITY)
# undef STDERR
#endif /* __Lynx__ */
@@ -640,7 +640,7 @@ private:
/// Process id of the current process.
static pid_t pid_;
- /// Options flags used to hold the logger flag options, e.g.,
+ /// Options flags used to hold the logger flag options, e.g.,
/// STDERR, LOGGER, OSTREAM, MSG_CALLBACK, etc.
static u_long flags_;