--- termiosinitialize.c 2003-09-04 14:46:58.000000000 -0400 +++ termiosinitialize-fixed.c 2004-10-15 16:49:56.000000000 -0400 @@ -31,7 +31,7 @@ struct rtems_termios_tty *rtems_termios_ttyHead; struct rtems_termios_tty *rtems_termios_ttyTail; -rtems_id rtems_termios_ttyMutex; +rtems_id rtems_termios_ttyMutex = 0; /* assumed to be zero at startup */ void rtems_termios_initialize (void)