From 764d531b3b30727c216222bbb71bf28cbe4f8652 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 11 Oct 2011 07:57:46 +0000 Subject: =?UTF-8?q?2011-10-11=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libcsupport/src/termios.c, libcsupport/include/rtems/termiostypes.h (rtems_termios_puts): Use size_t for buffer size. --- cpukit/libcsupport/include/rtems/termiostypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/include/rtems/termiostypes.h') diff --git a/cpukit/libcsupport/include/rtems/termiostypes.h b/cpukit/libcsupport/include/rtems/termiostypes.h index 08c49c86bc..68d5443fa6 100644 --- a/cpukit/libcsupport/include/rtems/termiostypes.h +++ b/cpukit/libcsupport/include/rtems/termiostypes.h @@ -164,7 +164,7 @@ void rtems_termios_rxirq_occured(struct rtems_termios_tty *tty); */ void rtems_termios_puts ( const void *buf, - int len, + size_t len, struct rtems_termios_tty *tty ); -- cgit v1.2.3