From: Fredrik Tolf Date: Fri, 20 Aug 2010 15:44:56 +0000 (+0200) Subject: Always send the entire buffer in mtwrite. X-Git-Tag: 0.1~97 X-Git-Url: http://git.dolda2000.com/gitweb/?a=commitdiff_plain;h=9dc25d3d8337f3e9ecc31530f3be10b9ecf07422;hp=9dc25d3d8337f3e9ecc31530f3be10b9ecf07422;p=ashd.git Always send the entire buffer in mtwrite. If not, then libc considers it an error, as with the fwrite(3) protocol. That does, however, seem to violate what is specified in the manual, which states that mtwrite should work like write(2). ---