summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-01-14 16:43:05 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-01-14 16:43:05 +0000
commit79152411886295ef3ff4f2cd500d26b6f3c91011 (patch)
tree52d730e3a0034b1e653767046b5676c1e0defa8b
parentcda51812a639e7d52c37b610286c7c84f1eb3144 (diff)
downloadATCD-79152411886295ef3ff4f2cd500d26b6f3c91011.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d94b1266d0..472e14a8cef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -551,9 +551,10 @@ Wed Jan 7 16:33:14 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Wed Jan 7 15:55:41 2004 Steve Huston <shuston@riverace.com>
* ace/OS_NS_netdb.inl (getipnodebyaddr, getipnodebyname, ): Make
- ACE_WIN32 go through the IPv4-only case. Even if ACE_HAS_IPV6
- is enabled, the Windows IPv6 implementation (at this time)
- doesn't offer getipnodebyname().
+ ACE_WIN32 go through the IPv4-only case. Since Windows IPv6
+ implementation (at this time) doesn't offer
+ getipnodebyname() we make the code to pass through IPV4 portion
+ even if ACE_HAS_IPV6 is enabled.
* ace/OS_NS_arpa_inet.inl (inet_ntop, inet_pton): Make these run
through the IPv4-only section on Win32 as well. These may be doable