CVSROOT: /cvs Module name: src Changes by: piro...@cvs.openbsd.org 2012/06/19 05:28:20
Modified files: sys/compat/linux: linux_socket.c linux_socket.h Log message: Add socket type mask to filter out implementation specific flags. The newer glibc's, when creating a socket, add some higher bit flags to the type argument that are used for debug, statistics, profiling whatever. They are not useful and implementation specific. This is needed for DNS resolving, otherwise the nss library from glibc will always fail to do the right thing. Okay jasper@