diff --git a/src/unixfork.c b/src/unixfork.c index bc4512f..aa00fed 100644 --- a/src/unixfork.c +++ b/src/unixfork.c @@ -52,7 +52,7 @@ static char shcom[512]; /* Here because I'm suspicious of */ /* large allocations on the stack */ -static inline ssize_t SAFEREAD(int f, char *b, int c) +static inline ssize_t SAFEREAD(int f, char *b, size_t c) { ssize_t res; do {