mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 15:18:14 +00:00
Fix type of parameter to SAFEREAD in unixfork.c
This commit is contained in:
parent
c07ad9fe8e
commit
543f7985a2
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user