CVS: cvs.openbsd.org: src
YASUOKA Masahiko <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/26 00:08:35 Modified files: lib/libc/asr : getaddrinfo_async.c Log message: Return statically built addresses when hostname == NULL It always returns IPv4 and IPv6 addresses when hostname == NULL; previously, it returned only the address of the selected address family defined by "family" in resolv.conf. ok florian