Index: src/termios.c =================================================================== RCS file: /shorad/Repository/rtems-4_6_4/cpukit/libcsupport/src/termios.c,v retrieving revision 1.2 diff -c -r1.2 termios.c *** src/termios.c 7 Jun 2006 13:47:47 -0000 1.2 --- src/termios.c 23 Oct 2006 13:05:54 -0000 *************** *** 295,301 **** sc = rtems_semaphore_create ( rtems_build_name ('T', 'R', 'r', c), 0, ! RTEMS_COUNTING_SEMAPHORE | RTEMS_PRIORITY, RTEMS_NO_PRIORITY, &tty->rawInBuf.Semaphore); if (sc != RTEMS_SUCCESSFUL) --- 295,301 ---- sc = rtems_semaphore_create ( rtems_build_name ('T', 'R', 'r', c), 0, ! RTEMS_SIMPLE_BINARY_SEMAPHORE | RTEMS_PRIORITY, RTEMS_NO_PRIORITY, &tty->rawInBuf.Semaphore); if (sc != RTEMS_SUCCESSFUL)