CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2015/05/16 19:15:44
Modified files: lib/libc/rpc : clnt_udp.c Log message: Use fcntl() to set non-blocking-mode, rather ioctl(). This has a better chance of working in systrace restricted environments. ok guenther