forked from Imagelibrary/rtems
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/console.c: Fix warnings.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* console/console.c: Fix warnings.
|
||||
|
||||
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Fix warning.
|
||||
|
||||
@@ -69,8 +69,8 @@ BSP_polling_getchar_function_type BSP_poll_char = nds_getch;
|
||||
* console write operation.
|
||||
*/
|
||||
|
||||
static int
|
||||
nds_write (int minor, const char *buf, int len)
|
||||
static ssize_t
|
||||
nds_write (int minor, const char *buf, size_t len)
|
||||
{
|
||||
int count;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user