Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!nike!ucbcad!ucbvax!hplabs!hp-sdd!ncr-sd!ncrcae!staiger From: staiger@ncrcae.UUCP (Kurt Staiger) Newsgroups: net.sources.bugs Subject: Re: Larn 12.0 portablitity bug Message-ID: <2324@ncrcae.UUCP> Date: Thu, 14-Aug-86 08:52:19 EDT Article-I.D.: ncrcae.2324 Posted: Thu Aug 14 08:52:19 1986 Date-Received: Fri, 15-Aug-86 05:50:10 EDT References: <164@iwtpu.UUCP> Reply-To: staiger@ncrcae.UUCP (Kurt Staiger) Followup-To: net.sources.bugs Organization: NCR Corp, E&M-Columbia, W Columbia, SC Lines: 7 Keywords: larn FIONREAD is included in two spots in tok.c. The simplest hack is to comment out the ioctl and ic checking in both locations and insert "fflush(stdin);" in the flushall subroutine. Essentially, this restores the typeahead problem because no checking is done but the game will compile and run under SysV. P.S. The "#include " line has to be put in tok.c as well. Note this is not an "official" fix just a suggestion.