Type-change to ssize_t to (app|pl)ease ppc platform.
This commit is contained in:
parent
3c9e970368
commit
acdeb0f1a2
@ -56,7 +56,7 @@ static const char *
|
|||||||
fifolog_int_open_i(struct fifolog_file *f, const char *fname, int mode)
|
fifolog_int_open_i(struct fifolog_file *f, const char *fname, int mode)
|
||||||
{
|
{
|
||||||
struct stat st;
|
struct stat st;
|
||||||
unsigned u;
|
ssize_t u;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
f->fd = open(fname, mode ? O_RDWR : O_RDONLY);
|
f->fd = open(fname, mode ? O_RDWR : O_RDONLY);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user