forked from Imagelibrary/rtems
Corrected prototypes for all termios console write driver entries to
properly reflect the const on the buffer pointer being passed in.
This commit is contained in:
@@ -354,7 +354,7 @@ void DEBUG_puts(
|
||||
*
|
||||
*/
|
||||
|
||||
int console_write_support (int minor, char *buf, int len)
|
||||
int console_write_support (int minor, const char *buf, int len)
|
||||
{
|
||||
int nwrite = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user