Fixes for warnings related to -Wimplicit-int.

This commit is contained in:
Jose Rubio
2019-08-20 12:52:43 +02:00
parent 0d115796c2
commit f0c312b207
108 changed files with 177 additions and 177 deletions

View File

@@ -54,7 +54,7 @@
*/
#if __STD_C
sfwrite(reg Sfio_t* f, const Void_t* buf, reg int n)
int sfwrite(reg Sfio_t* f, const Void_t* buf, reg int n)
#else
sfwrite(f,buf,n)
reg Sfio_t* f; /* write to this stream. r11 on Vax */