<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-10-11)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-10-11 Ralf Corsépius <ralf.corsepius@rtems.org>

        * libcsupport/src/termios.c,
        libcsupport/include/rtems/termiostypes.h (rtems_termios_puts):
        Use size_t for buffer size.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2943&r2=text&tr2=1.2944&diff_format=h">M</a></td><td width='1%'>1.2944</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libcsupport/include/rtems/termiostypes.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.15&diff_format=h">M</a></td><td width='1%'>1.15</td><td width='100%'>cpukit/libcsupport/include/rtems/termiostypes.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libcsupport/src/termios.c.diff?r1=text&tr1=1.66&r2=text&tr2=1.67&diff_format=h">M</a></td><td width='1%'>1.67</td><td width='100%'>cpukit/libcsupport/src/termios.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2943 rtems/cpukit/ChangeLog:1.2944
--- rtems/cpukit/ChangeLog:1.2943       Mon Oct 10 02:11:25 2011
+++ rtems/cpukit/ChangeLog      Tue Oct 11 02:57:45 2011
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2011-10-11    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * libcsupport/src/termios.c,
+       libcsupport/include/rtems/termiostypes.h (rtems_termios_puts):
+       Use size_t for buffer size.
+
</font> 2011-10-10        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * libfs/src/devfs/devfs_mknod.c: Remove const cast.

<font color='#006600'>diff -u rtems/cpukit/libcsupport/include/rtems/termiostypes.h:1.14 rtems/cpukit/libcsupport/include/rtems/termiostypes.h:1.15
--- rtems/cpukit/libcsupport/include/rtems/termiostypes.h:1.14  Fri Jun 24 12:52:55 2011
+++ rtems/cpukit/libcsupport/include/rtems/termiostypes.h       Tue Oct 11 02:57:46 2011
</font><font color='#997700'>@@ -164,7 +164,7 @@
</font>  */
 void rtems_termios_puts (
   const void               *buf,
<font color='#880000'>-  int                       len,
</font><font color='#000088'>+  size_t                    len,
</font>   struct rtems_termios_tty *tty
 );
 

<font color='#006600'>diff -u rtems/cpukit/libcsupport/src/termios.c:1.66 rtems/cpukit/libcsupport/src/termios.c:1.67
--- rtems/cpukit/libcsupport/src/termios.c:1.66 Sun Oct  9 22:47:56 2011
+++ rtems/cpukit/libcsupport/src/termios.c      Tue Oct 11 02:57:45 2011
</font><font color='#997700'>@@ -628,7 +628,7 @@
</font>  */
 void
 rtems_termios_puts (
<font color='#880000'>-  const void *_buf, int len, struct rtems_termios_tty *tty)
</font><font color='#000088'>+  const void *_buf, size_t len, struct rtems_termios_tty *tty)
</font> {
   const unsigned char *buf = _buf;
   unsigned int newHead;
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>