summaryrefslogtreecommitdiff
path: root/ace/INET_Addr.cpp
diff options
context:
space:
mode:
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 ede242401c6..fe9bd856bf5 100644
--- a/ace/INET_Addr.cpp
+++ b/ace/INET_Addr.cpp
@@ -526,7 +526,7 @@ ACE_INET_Addr::get_host_name (char hostname[],
# endif /* ! _UNICOS */
int error = 0;
-#if defined (CHORUS) || (defined (DIGITAL_UNIX) && defined (__GNUC__))
+#if defined (CHORUS)
hostent *hp = ACE_OS::gethostbyaddr ((char *) &this->inet_addr_.sin_addr,
a_len,
this->addr_type_);