commit | 2265d20c1a568c7633d086ccf0233761ff942a2c | [log] [tgz] |
---|---|---|
author | paul <paul> | Mon Nov 08 15:43:21 2004 +0000 |
committer | paul <paul> | Mon Nov 08 15:43:21 2004 +0000 |
tree | f8b74d86a5b5e386ffec2e41f2025064aac423e4 | |
parent | 3e6064f8384e5477593b8af0442931ca5930918b [diff] |
2004-11-07 Paul Jakma <paul@dishone.st> * buffer.c: Add missing include of log.h. (buffer_flush_available) written is compared against mostly against unsigned types, only for the writev do we need signed compare, so declare it as size_t and cast it to ssize_t just for the error compare when we've called writev. * buffer.h: Add comment that buffer data sizes really should be size_t.