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:
parent
6022d4938e
commit
cbf8a87391
6
src/cm.h
6
src/cm.h
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user