CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/12 20:49:53
Modified files:
lib/libssl/src/crypto/bio: b_sock.c
Log message:
The return value on success of fcntl(F_SETFL) is not actually specified,
only that it returns -1 on failure.
pointed out by guenther@
