Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!decvax!ucbvax!ucbcad!nike!lll-crg!seismo!rochester!ur-tut!tfra From: tfra@ur-tut.UUCP (Tom Frauenhofer) Newsgroups: net.micro.pc Subject: Microemacs 3.7 SYSV Bug Message-ID: <590@ur-tut.UUCP> Date: Tue, 12-Aug-86 09:11:58 EDT Article-I.D.: ur-tut.590 Posted: Tue Aug 12 09:11:58 1986 Date-Received: Tue, 12-Aug-86 23:13:46 EDT References: <741@oakhill.UUCP> Reply-To: tfra@ur-tut.UUCP (Tom Frauenhofer) Distribution: na Organization: U. of Rochester Computing Center Lines: 11 I found (when compiling Microemacs 3.7 on a 3b2) that there is an error on line 149 of TERMIO.c. The line reads: ioctl (o, TCGETA, &otermio) /* save old settings */ it should read ioctl (0, TCGETA, &otermio) /* save old settings */ - Tom Frauenhofer ...!seismo!rochester!ur-tut!tfra