Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
5abe422f
Commit
5abe422f
authored
Nov 28, 2002
by
Per Cederqvist
Browse files
Give credits to Thorild for the IPv6 porting. Fix IPv6 portability
problems to various versions of AIX, HP-UX and Solaris.
parent
968f83c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libraries/libisc-new/ChangeLog
View file @
5abe422f
2002
-
11
-
28
Per
Cederqvist
<
ceder
@
ceder
.
dyndns
.
org
>
Give
credits
to
Thorild
for
the
IPv6
porting
.
*
AUTHORS
:
Added
Thorild
Seln
.
Fix
IPv6
portability
problems
to
various
versions
of
AIX
,
HP
-
UX
and
Solaris
.
*
src
/
intern
.
h
:
Define
USE_GETIPNODEBYNAME
if
both
HAVE_GETIPNODEBYNAME
and
AI_ADDRCONFIG
are
defined
.
AIX
4.2
lacks
AI_ADDRCONFIG
.
*
src
/
isc_udp
.
c
(
isc_mkudpaddress
):
Declare
error_num
if
USE_GETIPNODEBYNAME
is
defined
.
Test
USE_GETIPNODEBYNAME
instead
of
HAVE_GETIPNODEBYNAME
to
determine
if
it
should
be
used
.
Don
't
access AF_INET6 unless USE_INET6 is true.
* src/isc_tcp.c (isc_mktcpaddress): Declare error_num if
USE_GETIPNODEBYNAME is defined. Test USE_GETIPNODEBYNAME instead
of HAVE_GETIPNODEBYNAME to determine if it should be used.
2002-11-28 Thorild Seln <thorild@Update.UU.SE>
Added IPv6 support with IPv4 compatibility. (ChangeLog entry
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment