summaryrefslogtreecommitdiff
path: root/ACE/ace/os_include/sys/os_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/os_include/sys/os_msg.h')
-rw-r--r--ACE/ace/os_include/sys/os_msg.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/ACE/ace/os_include/sys/os_msg.h b/ACE/ace/os_include/sys/os_msg.h
index e6b2c6c1c63..fee07f3677b 100644
--- a/ACE/ace/os_include/sys/os_msg.h
+++ b/ACE/ace/os_include/sys/os_msg.h
@@ -27,14 +27,7 @@
#include "ace/os_include/sys/os_ipc.h"
#if !defined (ACE_LACKS_SYS_MSG_H)
-// OSF1 has problems with sys/msg.h and C++...
-# if defined (ACE_HAS_BROKEN_MSG_H)
-# define _KERNEL
-# endif /* ACE_HAS_BROKEN_MSG_H */
-# include /**/ <sys/msg.h>
-# if defined (ACE_HAS_BROKEN_MSG_H)
-# undef _KERNEL
-# endif /* ACE_HAS_BROKEN_MSG_H */
+# include /**/ <sys/msg.h>
#endif /* !ACE_LACKS_SYS_MSG_H */
// Place all additions (especially function declarations) within extern "C" {}