]> jfr.im git - solanum.git/commit - librb/src/commio.c
read/write return type should be ssize_t, not int or size_t.
authorJilles Tjoelker <redacted>
Sat, 12 Apr 2008 14:43:12 +0000 (16:43 +0200)
committerJilles Tjoelker <redacted>
Sat, 12 Apr 2008 14:43:12 +0000 (16:43 +0200)
commitba1721d1448e1a8cb9c1adbe33492499df06b91a
tree7618640a9fa5967c774470b9ed55cf67994e5c77
parent5fbc8344c9fbd162c397b972403118c29f0c7230
read/write return type should be ssize_t, not int or size_t.
The writev emulation used size_t, which is unsigned,
preventing negative values to be seen.
libratbox r25225
libratbox/src/commio.c