Closed dcb314 closed 8 years ago
src/minix/lib/libsys/rmib.c:947]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'ssize_t {aka long}'.
Source code is
printf("lsys:rmib: unable to send reply to %d: %d\n", m_in->m_source, r);
Quite right! If only you were my compiler. Thanks again. I'll pick all these up ASAP!
src/minix/lib/libsys/rmib.c:947]: (warning) %d in format string (no. 2) requires 'int' but the argument type is 'ssize_t {aka long}'.
Source code is