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:
Joel Sherrill
1997-12-22 17:29:51 +00:00
parent 2ab1b3ac52
commit 608641e6d2
10 changed files with 18 additions and 14 deletions

View File

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