]> granicus.if.org Git - libevent/commit
Make the no_iovecs case of write_atmost compile
authorNick Mathewson <nickm@torproject.org>
Sat, 27 Mar 2010 04:09:25 +0000 (00:09 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 31 Mar 2010 16:52:57 +0000 (12:52 -0400)
commit8e227b04da54b7c4a029a2c9d335c582da4a5dcc
tree1358811bb1fb5b9d9a232cf5149342c9aeeb33e4
parent96865c47834f0397a46a38ad992f35167cf12796
Make the no_iovecs case of write_atmost compile

Apparently nobody had tested it before on a system that had sendfile.
Why would you have sendfile and not writev?  Perhaps you're trying to
test the no-iovecs code to make sure it still works.
buffer.c