don't write more than PIPE_BUF bytes in any one write() in io.c
authorAndrew Tridgell <tridge@samba.org>
Tue, 23 Nov 1999 08:43:16 +0000 (08:43 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 23 Nov 1999 08:43:16 +0000 (08:43 +0000)
commit07b7c86c0672c38648fb715efbc0bfffd81ed182
treecd6c300b61d19274889314829413571577013b4f
parent1f5c6343e6a3d55689073f60e71fd56cab42f89d
don't write more than PIPE_BUF bytes in any one write() in io.c
this makes sure that the write never blocks.
io.c
rsync.h