change log for rtems (2011-12-14)

rtems-vc at rtems.org rtems-vc at rtems.org
Wed Dec 14 09:32:41 UTC 2011


 *sh*:
2011-12-14	Sebastian Huber <sebastian.huber at embedded-brains.de>

	* libcsupport/src/termios_setinitialbaud.c: Fixed typo.

M 1.3093  cpukit/ChangeLog
M    1.6  cpukit/libcsupport/src/termios_setinitialbaud.c

diff -u rtems/cpukit/ChangeLog:1.3092 rtems/cpukit/ChangeLog:1.3093
--- rtems/cpukit/ChangeLog:1.3092	Wed Dec 14 02:50:48 2011
+++ rtems/cpukit/ChangeLog	Wed Dec 14 03:22:42 2011
@@ -1,5 +1,9 @@
 2011-12-14	Sebastian Huber <sebastian.huber at embedded-brains.de>
 
+	* libcsupport/src/termios_setinitialbaud.c: Fixed typo.
+
+2011-12-14	Sebastian Huber <sebastian.huber at embedded-brains.de>
+
 	* libcsupport/include/rtems/termiostypes.h,
 	libcsupport/src/termios_baud2num.c,
 	libcsupport/src/termios_baudtable.c,

diff -u rtems/cpukit/libcsupport/src/termios_setinitialbaud.c:1.5 rtems/cpukit/libcsupport/src/termios_setinitialbaud.c:1.6
--- rtems/cpukit/libcsupport/src/termios_setinitialbaud.c:1.5	Wed Dec 14 02:50:49 2011
+++ rtems/cpukit/libcsupport/src/termios_setinitialbaud.c	Wed Dec 14 03:22:43 2011
@@ -23,7 +23,7 @@
   int rv = 0;
   tcflag_t c_cflag_baud = rtems_termios_number_to_baud(baud);
 
-  if ( c_cflag_baud == 0 ) {
+  if ( c_cflag_baud != 0 ) {
     tcflag_t cbaud = CBAUD;
 
     tty->termios.c_cflag = (tty->termios.c_cflag & ~cbaud) | c_cflag_baud;



--

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/20111214/7512502e/attachment.html>


More information about the vc mailing list