change log for rtems (2011-10-09)

rtems-vc at rtems.org rtems-vc at rtems.org
Mon Oct 10 04:12:12 UTC 2011


 *ralf*:
2011-10-10	Ralf Corsépius <ralf.corsepius at rtems.org>

	* libcsupport/src/termios.c: Remove meaningless typecast.

M 1.2942  cpukit/ChangeLog
M   1.66  cpukit/libcsupport/src/termios.c

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
@@ -1,3 +1,7 @@
+2011-10-10	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* libcsupport/src/termios.c: Remove meaningless typecast.
+
 2011-10-09	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* libmisc/serdbg/serdbg.h (putDebugChar, getDebugChar):

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
@@ -669,8 +669,8 @@
     if (tty->rawOutBufState == rob_idle) {
       /* check, whether XOFF has been received */
       if (!(tty->flow_ctrl & FL_ORCVXOF)) {
-        (*tty->device.write)(tty->minor,
-      (char *)&tty->rawOutBuf.theBuf[tty->rawOutBuf.Tail],1);
+        (*tty->device.write)(
+          tty->minor, &tty->rawOutBuf.theBuf[tty->rawOutBuf.Tail],1);
       } else {
         /* remember that output has been stopped due to flow ctrl*/
         tty->flow_ctrl |= FL_OSTOP;



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20111009/eb3b83c2/attachment.html>


More information about the vc mailing list