Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!claude.umb.edu!karl From: karl@claude.umb.edu (Karl Berry) Newsgroups: gnu.emacs.bug Subject: TIOCGETC Message-ID: <9001130150.AA03970@claude.> Date: 13 Jan 90 01:50:00 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 16 Emacs 18.55, 386 machine (m-intel386.h), 386/ix 2.0.2, a V3.2 derivative (s-usg5-3.h). TIOCGETC needs to be #undefed in sysdep.c, or some of the `tchars' variables do not compile. #endif /* not HAVE_TERMIO */ #ifdef USG #undef TIOCGETC /* B.R.L. */ #include This was the case in 18.54, but removed in 18.55. karl@umb.edu