Use fcntl() to set non-blocking-mode, rather ioctl(). This has a better
authorderaadt <deraadt@openbsd.org>
Sun, 17 May 2015 01:15:44 +0000 (01:15 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 17 May 2015 01:15:44 +0000 (01:15 +0000)
commit79e2612542486fa9ced3c468fcdbd4c6557d22e6
tree245fdbad4f7f92f9495b17555b98aab0af16b420
parent542fc88b86b246baf95f16d6ba122e9496f08a25
Use fcntl() to set non-blocking-mode, rather ioctl().  This has a better
chance of working in systrace restricted environments.
ok guenther
lib/libc/rpc/clnt_udp.c