Fix read/write calls over sockets to cope with EAGAIN/EWOULDBLOCK for non-blocking...
commit9c7e8df878bf848fea8bd312709d0f9cbc175189
authorJeremy Allison <jra@samba.org>
Tue, 14 Dec 2010 23:30:06 +0000 (14 15:30 -0800)
committerJeremy Allison <jra@samba.org>
Wed, 15 Dec 2010 00:34:16 +0000 (14 16:34 -0800)
treec72e9409b2d1db15defcb593adf5eb4816c4e179
parentee798d03eaf0dbd945dc637e6472547d4c1b97a1
Fix read/write calls over sockets to cope with EAGAIN/EWOULDBLOCK for non-blocking sockets.
source3/lib/sendfile.c
source3/lib/system.c