summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_arpa_inet.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-11-28 13:18:38 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-11-28 13:18:38 +0000
commitdbbec6d99b208e6e654fd56c36b961cf0ee84e8f (patch)
tree66adb76dc98712072dc5e087371490c555ddac80 /ACE/ace/OS_NS_arpa_inet.cpp
parent6dc5826a419f001afd65eeb76961ef9d5bce1f75 (diff)
downloadATCD-dbbec6d99b208e6e654fd56c36b961cf0ee84e8f.tar.gz
Wed Nov 28 13:18:54 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
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);