CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/06 08:09:06
Modified files:
usr.bin/tcpbench: tcpbench.c
Log message:
Lose the pointless third paramater to fcntl(F_GETFL). Using SOCK_NONBLOCK
instead of fcntl() dance would significantly change designed semantics.
ok djm@
