summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-12-22 17:29:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-12-22 17:29:51 +0000
commit608641e6d22b41af782c567f9115cce6485738ba (patch)
tree9ee0a875475a2a8947c5dd466bfbd79387cd337e /c/src/lib/libbsp/sparc
parentNow generating this file with autoconf to avoid having to embed so (diff)
downloadrtems-608641e6d22b41af782c567f9115cce6485738ba.tar.bz2
Corrected prototypes for all termios console write driver entries to
properly reflect the const on the buffer pointer being passed in.
Diffstat (limited to 'c/src/lib/libbsp/sparc')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/console/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/console/console.c b/c/src/lib/libbsp/sparc/erc32/console/console.c
index 6dcf48567c..f2fef4a209 100644
--- a/c/src/lib/libbsp/sparc/erc32/console/console.c
+++ b/c/src/lib/libbsp/sparc/erc32/console/console.c
@@ -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;