summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_arpa_inet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/OS_NS_arpa_inet.cpp')
-rw-r--r--ACE/ace/OS_NS_arpa_inet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/OS_NS_arpa_inet.cpp b/ACE/ace/OS_NS_arpa_inet.cpp
index 572422c044e..0ebf8a3dcc6 100644
--- a/ACE/ace/OS_NS_arpa_inet.cpp
+++ b/ACE/ace/OS_NS_arpa_inet.cpp
@@ -36,7 +36,7 @@ ACE_OS::inet_aton (const char *host_name, struct in_addr *addr)
addr->s_addr = ip_addr; // Network byte ordered
return 1;
}
-#elif defined (ACE_VXWORKS) && (ACE_VXWORKS <= 0x650)
+#elif defined (ACE_VXWORKS) && (ACE_VXWORKS <= 0x660)
// inet_aton() returns OK (0) on success and ERROR (-1) on failure.
// Must reset errno first. Refer to WindRiver SPR# 34949, SPR# 36026
::errnoSet(0);