Type-change to ssize_t to (app|pl)ease ppc platform.

This commit is contained in:
phk 2011-02-28 14:48:00 +00:00
parent 3c9e970368
commit acdeb0f1a2

View File

@ -56,7 +56,7 @@ static const char *
fifolog_int_open_i(struct fifolog_file *f, const char *fname, int mode)
{
struct stat st;
unsigned u;
ssize_t u;
int i;
f->fd = open(fname, mode ? O_RDWR : O_RDONLY);