K 10 svn:author V 6 marcel K 8 svn:date V 27 2014-05-15T14:48:25.440646Z K 7 svn:log V 269 Replace unchecked calls to write(2) and lseek(2) with calls to sparse_write() and make sure to check for errors. In particular, lseek(2) may not be possible (e.g. the output file is stdout) and sparse_write(2) will do what is optimal (i.e. use lseek(2) when possible). END