2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>

* console/console.c: Fix warnings.
This commit is contained in:
Joel Sherrill
2010-04-26 02:28:02 +00:00
parent 59adbd8802
commit af3fd0c616
2 changed files with 6 additions and 2 deletions

View File

@@ -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.

View File

@@ -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;