mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/lib/ftpfs.c: Use ssize_t for read retval (Fix comparision of unsigned < 0).
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* libnetworking/lib/ftpfs.c: Use ssize_t for read retval (Fix
|
||||||
|
comparision of unsigned < 0).
|
||||||
|
|
||||||
2008-09-23 Eric Norum <norume@aps.anl.gov>
|
2008-09-23 Eric Norum <norume@aps.anl.gov>
|
||||||
|
|
||||||
* libnetworking/lib/rtems_bsdnet_ntp.c: Let TCP/IP stack pick port
|
* libnetworking/lib/rtems_bsdnet_ntp.c: Let TCP/IP stack pick port
|
||||||
|
|||||||
@@ -232,7 +232,7 @@ int rtems_ftp_get_message
|
|||||||
{
|
{
|
||||||
char rd_buffer[4];
|
char rd_buffer[4];
|
||||||
size_t rd_size;
|
size_t rd_size;
|
||||||
size_t tmp_size;
|
ssize_t tmp_size;
|
||||||
int eno = 0;
|
int eno = 0;
|
||||||
bool finished = false;
|
bool finished = false;
|
||||||
do {
|
do {
|
||||||
|
|||||||
Reference in New Issue
Block a user