• Changed handling of reading stdin errors. If reading from stdin produced an error, then we just return the result of the syscall (previously we died fatally). Except when the error is EAGAIN. Processes running under TM may have their stdin closed, and that will cause EAGAIN which in our context is not really an error. Changed: U trunk/Review/Tools/tmread/src/read.c