CVSROOT: /cvs Module name: src Changes by: piro...@cvs.openbsd.org 2012/06/26 04:18:08
Modified files: sys/compat/linux: linux_socket.c linux_socket.h Log message: Don't ignore SOCK_CLOEXEC and SOCK_NONBLOCK. CAVEATS: Assumes that a new socket can't have any of the FCNTLFLAGS set on it, which _is_ true, currently... (guenther@) Okay guenther@, deraadt@.