[gnu.emacs.bug] TIOCGETC

karl@claude.umb.edu (Karl Berry) (01/13/90)

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 <sys/utsname.h>


This was the case in 18.54, but removed in 18.55.

karl@umb.edu