Changeset 87f4e9ba in rtems
- Timestamp:
- 10/10/11 03:47:56 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 48943dc
- Parents:
- a32a86e
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
ra32a86e r87f4e9ba 1 2011-10-10 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * libcsupport/src/termios.c: Remove meaningless typecast. 4 1 5 2011-10-09 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
cpukit/libcsupport/src/termios.c
ra32a86e r87f4e9ba 670 670 /* check, whether XOFF has been received */ 671 671 if (!(tty->flow_ctrl & FL_ORCVXOF)) { 672 (*tty->device.write)( tty->minor,673 (char *)&tty->rawOutBuf.theBuf[tty->rawOutBuf.Tail],1);672 (*tty->device.write)( 673 tty->minor, &tty->rawOutBuf.theBuf[tty->rawOutBuf.Tail],1); 674 674 } else { 675 675 /* remember that output has been stopped due to flow ctrl*/
Note: See TracChangeset
for help on using the changeset viewer.