CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/03/20 18:49:36
Modified files:
games/hunt/huntd: answer.c driver.c
usr.bin/tcpbench: tcpbench.c
usr.sbin/npppd/l2tp: l2tpd.c
usr.sbin/npppd/pptp: pptpd.c
usr.sbin/radiusd: radiusd.c radiusd_radius.c
usr.sbin/ypbind: ypbind.c
Log message:
Instead of creating a socket with socket() or accept() and then
setting the O_NONBLOCK flag on it with fcntl(F_SETFL) afterwards,
just pass SOCK_NONBLOCK to socket() or accept4() and get it right
to begin with.
ok millert@ krw@ beck@ deraadt@ jca@