From 692760720b197b46e8e4268bede8cad6f90399aa Mon Sep 17 00:00:00 2001 From: Manuel Mausz Date: Tue, 11 Jun 2019 15:28:27 +0200 Subject: Fix compile warnings... --- subfdins.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'subfdins.c') diff --git a/subfdins.c b/subfdins.c index 36983ac..45dc949 100644 --- a/subfdins.c +++ b/subfdins.c @@ -1,8 +1,8 @@ -#include "readwrite.h" +#include #include "substdio.h" #include "subfd.h" -int subfd_readsmall(fd,buf,len) int fd; char *buf; int len; +ssize_t subfd_readsmall(fd,buf,len) int fd; char *buf; int len; { if (substdio_flush(subfdoutsmall) == -1) return -1; return read(fd,buf,len); -- cgit v1.2.3