socket-util: Use set_nonblocking() helper function.
authorBen Pfaff <blp@nicira.com>
Fri, 1 Feb 2013 22:54:15 +0000 (14:54 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 1 Feb 2013 22:54:15 +0000 (14:54 -0800)
commitb36db1148939c1ca7af3c3973252fea3fbf1c4e6
treecbdc6811e55c576714dc8649d7488cf591523129
parent75b0b752d8d70edcd08f18e1028d60537cdede85
socket-util: Use set_nonblocking() helper function.

There's no reason to inline this when we have a helper for it.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
lib/socket-util.c