summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/lib/ftpfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/lib/ftpfs.c')
-rw-r--r--cpukit/libnetworking/lib/ftpfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libnetworking/lib/ftpfs.c b/cpukit/libnetworking/lib/ftpfs.c
index 033c1b6bdf..19f8ef8bb9 100644
--- a/cpukit/libnetworking/lib/ftpfs.c
+++ b/cpukit/libnetworking/lib/ftpfs.c
@@ -959,7 +959,7 @@ int rtems_ftp_open(
/*
* Read from a FTP stream
*/
-int rtems_ftp_read(
+ssize_t rtems_ftp_read(
rtems_libio_t *iop,
void *buffer,
unsigned32 count
@@ -1013,7 +1013,7 @@ int rtems_ftp_read(
return count - want_cnt;
}
-int rtems_ftp_write(
+ssize_t rtems_ftp_write(
rtems_libio_t *iop,
const void *buffer,
unsigned32 count