summaryrefslogtreecommitdiff
path: root/ace/INET_Addr.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-01-16 19:44:00 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-01-16 19:44:00 +0000
commit5093f3eea6eb108f0c3bdcba8c19154a27fc4d3a (patch)
tree55a74a1839cf030cc95594ba8d22b62ca447783d /ace/INET_Addr.cpp
parent11449896d9a709c689ed00d31dce3e542e5eb728 (diff)
downloadATCD-5093f3eea6eb108f0c3bdcba8c19154a27fc4d3a.tar.gz
ChangeLogTag: Mon Jan 16 19:35:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/INET_Addr.cpp')
-rw-r--r--ace/INET_Addr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/INET_Addr.cpp b/ace/INET_Addr.cpp
index 0d109f3e907..d07ec78942d 100644
--- a/ace/INET_Addr.cpp
+++ b/ace/INET_Addr.cpp
@@ -322,7 +322,7 @@ ACE_INET_Addr::set (u_short port_number,
encode);
else
{
-# if defined (VXWORKS) || defined (CHORUS)
+# if defined (ACE_VXWORKS) || defined (CHORUS)
hostent *hp = ACE_OS::gethostbyname (host_name);
# else
hostent hentry;