Tartarus CVS: putty: ben

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Thu, 17 Apr 2003 00:59:01 +0100


CVS Root:       /home/cvs
Module:         putty
Changes by:     ben
Date:           Thu Apr 17 2003  00:59:01 BST

Log message:
Replace use of FIONBIO with POSIX-approved O_NONBLOCK (set using fcntl()).
This should save us having to worry about different OSs' defining it in
different headers.

Modified files:
    unix            : uxnet.c

Links:
http://cvs.tartarus.org//putty/unix/uxnet.c.diff?r1=1.16&r2=1.17