directly create the socket with SOCK_NONBLOCK instead of calling fcntl(2)
authorbapt <bapt@FreeBSD.org>
Sat, 15 Oct 2016 13:16:52 +0000 (13:16 +0000)
committerbapt <bapt@FreeBSD.org>
Sat, 15 Oct 2016 13:16:52 +0000 (13:16 +0000)
commit8365f6d0043823098f428e2d423a8a92bbf6d8d4
tree8351eb4bbe20f5634f1c82c189824355c2f58114
parent1700c6eb7a15b2c0f57daab6dd52eb7e6e1ff2b8
directly create the socket with SOCK_NONBLOCK instead of calling fcntl(2)
lib/libdevdctl/consumer.cc