CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2020/04/25 08:30:05
Modified files: lib/libc/net : res_init.3 Log message: Fix RES_USE_INET6 description The previous wording implied this option does nothing, which is wrong. This option does affect the way gethostbyname(3) works on OpenBSD (return IPv6 addresses if available). On some systems, it also introduces IPv4-mapped IPv6 addresses, a "feature" that we don't support. ok deraadt@ eric@