K 10 svn:author V 2 jb K 8 svn:date V 27 1997-04-01T22:49:58.000000Z K 7 svn:log V 417 Make error checking less zealous to handle devices like /dev/null which don't provide a non-blocking interface. This is a short term "fix" which changes a half-lose to a half-win. The thread that accesses a device that does not provide a non-blocking interface will block for its time slice. A medium term solution would be to use rfork. A long-term solution would be some sort of kernel thread/SMP implementation. END