Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!utah-cs!utah-gr!thomas From: thomas@utah-gr.UUCP (Spencer W. Thomas) Newsgroups: net.sources Subject: Re: Warp 6.0 Message-ID: <893@utah-gr.UUCP> Date: Wed, 24-Aug-83 00:04:12 EDT Article-I.D.: utah-gr.893 Posted: Wed Aug 24 00:04:12 1983 Date-Received: Fri, 26-Aug-83 00:08:01 EDT References: inuxa.216 Lines: 9 Well, after seeing this go by for a week with no answer, I'll put in my two cents. I'm not familiar with Unix 3.0 or 5.0, but I can tell you this: SIGTTOU does NOT exist on these systems. Comment out (or #ifdef SIGTTOU) the lines in which it appears. FIONREAD is used to determine if the player has typed any characters (which will be in the input queue - it returns the number of chars which can be read, thus NREAD). I assume that there must be an equivalent on 3.0 and 5.0, probably involving non-blocking I/O. =Spencer