[net.micro.pc] Microemacs 3.7 SYSV Bug

tfra@ur-tut.UUCP (Tom Frauenhofer) (08/12/86)

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