<!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-09)</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-10 Ralf Corsépius <ralf.corsepius@rtems.org>

        * libcsupport/src/termios.c: Remove meaningless typecast.
</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.2941&r2=text&tr2=1.2942&diff_format=h">M</a></td><td width='1%'>1.2942</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/src/termios.c.diff?r1=text&tr1=1.65&r2=text&tr2=1.66&diff_format=h">M</a></td><td width='1%'>1.66</td><td width='100%'>cpukit/libcsupport/src/termios.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2941 rtems/cpukit/ChangeLog:1.2942
--- rtems/cpukit/ChangeLog:1.2941       Sat Oct  8 22:59:21 2011
+++ rtems/cpukit/ChangeLog      Sun Oct  9 22:47:55 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-10-10    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * libcsupport/src/termios.c: Remove meaningless typecast.
+
</font> 2011-10-09        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * libmisc/serdbg/serdbg.h (putDebugChar, getDebugChar):

<font color='#006600'>diff -u rtems/cpukit/libcsupport/src/termios.c:1.65 rtems/cpukit/libcsupport/src/termios.c:1.66
--- rtems/cpukit/libcsupport/src/termios.c:1.65 Fri Jun 17 07:34:37 2011
+++ rtems/cpukit/libcsupport/src/termios.c      Sun Oct  9 22:47:56 2011
</font><font color='#997700'>@@ -669,8 +669,8 @@
</font>     if (tty->rawOutBufState == rob_idle) {
       /* check, whether XOFF has been received */
       if (!(tty->flow_ctrl & FL_ORCVXOF)) {
<font color='#880000'>-        (*tty->device.write)(tty->minor,
-      (char *)&tty->rawOutBuf.theBuf[tty->rawOutBuf.Tail],1);
</font><font color='#000088'>+        (*tty->device.write)(
+          tty->minor, &tty->rawOutBuf.theBuf[tty->rawOutBuf.Tail],1);
</font>       } else {
         /* remember that output has been stopped due to flow ctrl*/
         tty->flow_ctrl |= FL_OSTOP;
</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>