diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-24 08:21:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-24 08:21:02 +0000 |
commit | ab28d0d1cf2f09677231286f5a844c5f9ab0f26b (patch) | |
tree | 1fafda3418019339ff1a01d18876db06c77d2c7a | |
parent | cb293d6692bb3b305726b5e579753342cf71d192 (diff) | |
download | glibc-ab28d0d1cf2f09677231286f5a844c5f9ab0f26b.tar.gz glibc-ab28d0d1cf2f09677231286f5a844c5f9ab0f26b.tar.xz glibc-ab28d0d1cf2f09677231286f5a844c5f9ab0f26b.zip |
Update.
1999-05-24 Ulrich Drepper <drepper@cygnus.com> * sysdeps/posix/getaddrinfo.c (gaih_inet): Set socket address to loopback if no name is given and AI_PASSIVE is not set. Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl> [PR libc/1136].
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 537ebc26e3..f0940f06a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-05-24 Ulrich Drepper <drepper@cygnus.com> + + * sysdeps/posix/getaddrinfo.c (gaih_inet): Set socket address to + loopback if no name is given and AI_PASSIVE is not set. + Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl> [PR libc/1136]. + 1999-05-23 Roland McGrath <roland@baalperazim.frob.com> * hurd/set-host.c (_hurd_set_host_config): Use mode 0644, not 0600. |