summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_unistd.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-01-13 08:47:38 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-01-13 08:47:38 +0000
commite8bfcd658288471e4eb03da9c9d476a39415eaa9 (patch)
treedb949d11cdd326f224daed23a800226c8edfea95 /ACE/ace/OS_NS_unistd.inl
parent50622bdb99f23e0a22b9c0cb33f7216f099f82e9 (diff)
downloadATCD-e8bfcd658288471e4eb03da9c9d476a39415eaa9.tar.gz
Wed Jan 13 06:45:19 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/os_include/sys/os_types.h: * ace/OS_NS_arpa_inet.cpp: * ace/OS_NS_unistd.inl: VxWorks 6.8 fixes * ace/UUID.cpp: Only one exit point for operator=, const change, initialise pointer with 0
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 414cb40688b..ac103088ed2 100644
--- a/ACE/ace/OS_NS_unistd.inl
+++ b/ACE/ace/OS_NS_unistd.inl
@@ -23,7 +23,7 @@
# include "ace/os_include/os_unistd.h"
#endif /* ACE_HAS_ACCESS_EMULATION */
-#if defined (ACE_VXWORKS) && (((ACE_VXWORKS >= 0x620) && (ACE_VXWORKS <= 0x670)) || defined (ACE_HAS_VXWORKS551_MEDUSA))
+#if defined (ACE_VXWORKS) && (((ACE_VXWORKS >= 0x620) && (ACE_VXWORKS <= 0x680)) || defined (ACE_HAS_VXWORKS551_MEDUSA))
# if defined (__RTP__)
# include "ace/os_include/os_strings.h"
# else