summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_unistd.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-06-27 06:10:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-06-27 06:10:37 +0000
commit702d476d0b1ae8241a51f887df324ab692824b8a (patch)
treebd37e66d2eda7d1cacdd313b0c6b8e0ef3343795 /ACE/ace/OS_NS_unistd.inl
parentbeca8cac08cc7b53ee28547eafb2518a0382b097 (diff)
downloadATCD-702d476d0b1ae8241a51f887df324ab692824b8a.tar.gz
Wed Jun 27 06:09:39 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/OS_NS_unistd.inl')
-rw-r--r--ACE/ace/OS_NS_unistd.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/OS_NS_unistd.inl b/ACE/ace/OS_NS_unistd.inl
index eabc65e4f00..3ffb57f2366 100644
--- a/ACE/ace/OS_NS_unistd.inl
+++ b/ACE/ace/OS_NS_unistd.inl
@@ -21,7 +21,7 @@
#if defined (ACE_VXWORKS) || defined (ACE_HAS_WINCE)
# include "ace/os_include/os_unistd.h"
-# if defined (ACE_VXWORKS) && ((ACE_VXWORKS == 0x620) || (ACE_VXWORKS == 0x630) || (ACE_VXWORKS == 0x640))
+# if defined (ACE_VXWORKS) && ((ACE_VXWORKS >= 0x620) && (ACE_VXWORKS <= 0x650))
# if defined (__RTP__)
# include "ace/os_include/os_strings.h"
# else