termios: Fix warning

This commit is contained in:
Sebastian Huber
2013-06-07 17:02:24 +02:00
parent 36ae561c8e
commit 1f3ce602f9
+1 -1
View File
@@ -667,7 +667,7 @@ void
rtems_termios_puts (
const void *_buf, size_t len, struct rtems_termios_tty *tty)
{
const unsigned char *buf = _buf;
const char *buf = _buf;
unsigned int newHead;
rtems_interrupt_level level;
rtems_status_code sc;