Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uwm.edu!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!CIS.OHIO-STATE.EDU!george From: george@CIS.OHIO-STATE.EDU (George M. Jones) Newsgroups: comp.sys.encore Subject: Problems with flush ? Message-ID: <9006011518.AA06239@jones.cis.ohio-state.edu> Date: 1 Jun 90 15:18:56 GMT Sender: george@tut.cis.ohio-state.edu Reply-To: george@cis.ohio-state.edu Lines: 21 Anybody got a clue as to why the input buffers were not flushed ? Is there a known problem with TIOCFLUSH ? strings /Umax.image | grep Umax Umax 4.3 (R4_0.0) APC NFS Mon Mar 19 15:07:10 1990 11:10am> cat flush.c #include main () { ioctl( 0, TIOCFLUSH, 0 ); } 11:10am> cc -o flush flush.c 11:15am> sleep 5;./flush asdf asdf 11:15am> asdf asdf: Command not found. 11:15am> asdf asdf: Command not found. 11:15am>