mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
2009-12-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* libnetworking/lib/ftpfs.c: Use EINVAL not EBADRQC.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-12-21 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* libnetworking/lib/ftpfs.c: Use EINVAL not EBADRQC.
|
||||
|
||||
2009-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* libmisc/shell/login_prompt.c: Switch from non-canonical mode with
|
||||
|
||||
@@ -1282,7 +1282,7 @@ static int rtems_ftpfs_ioctl(
|
||||
me->timeout = *timeout;
|
||||
break;
|
||||
default:
|
||||
rtems_set_errno_and_return_minus_one( EBADRQC);
|
||||
rtems_set_errno_and_return_minus_one(EINVAL);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user