1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

[HAVE_TERMIOS_H]: Include termios.h.

(ospeed) [HAVE_TERMIOS_H]: Use ospeed_t.
This commit is contained in:
Richard M. Stallman 1996-09-10 19:53:02 +00:00
parent 6022d4938e
commit cbf8a87391

View File

@ -100,7 +100,13 @@ struct cm
extern struct cm Wcm; /* Terminal capabilities */
extern char PC; /* Pad character */
#ifdef HAVE_TERMIOS_H
#include <termios.h>
/* HJL's version of libc is said to need this on the Alpha. */
speed_t ospeed;
#else
extern short ospeed; /* Output speed (from sg_ospeed) */
#endif
/* Shorthand */
#ifndef NoCMShortHand