Create socket with SOCK_NONBLOCK instead of using fcntl() without the
authorrzalamena <rzalamena@openbsd.org>
Mon, 8 Aug 2016 16:52:15 +0000 (16:52 +0000)
committerrzalamena <rzalamena@openbsd.org>
Mon, 8 Aug 2016 16:52:15 +0000 (16:52 +0000)
commit5611b0c10afa85df4d0017d36b2198bc610967ae
tree9170fe9836cca0a57f48ae8982fcbcef5cbe0310
parent1869e46caf56959e43f0adee84af6e6670727079
Create socket with SOCK_NONBLOCK instead of using fcntl() without the
proper flag handling.

ok reyk@
usr.sbin/switchd/switchd.c