summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-18 16:05:01 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-18 16:05:01 +0000
commitd8fa768ac21fd4ba56d3ed17a2baab1bce0dff87 (patch)
treef198062204dfe043344633594062e2f8caf8f66f /protocols
parent6a8a5d53300557d36e25c98f6439b357c72075ff (diff)
downloadATCD-d8fa768ac21fd4ba56d3ed17a2baab1bce0dff87.tar.gz
ChangeLogTag:Tue Nov 18 16:03:10 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'protocols')
-rw-r--r--protocols/ace/RMCast/RMCast.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/protocols/ace/RMCast/RMCast.h b/protocols/ace/RMCast/RMCast.h
index 9d9d7650e54..4646a6bf0c2 100644
--- a/protocols/ace/RMCast/RMCast.h
+++ b/protocols/ace/RMCast/RMCast.h
@@ -30,9 +30,12 @@ class ACE_Message_Block;
class ACE_RMCast_Proxy;
// LynxOS 3.X defines the following macro
-#if defined(MT_DATA)
-#undef MT_DATA
-#endif /* MT_DATA */
+#if defined (__Lynx__)
+# include <bsd/mbuf.h>
+# if defined(MT_DATA)
+# undef MT_DATA
+# endif /* MT_DATA */
+#endif /* __Lynx__ */
//! The RMCast namespace
/*!