summaryrefslogtreecommitdiff
path: root/src/cm.h
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-07-16 22:39:31 +0000
committerKarl Heuer <kwzh@gnu.org>1996-07-16 22:39:31 +0000
commit7653e4c65ef5ac8757744f4863b2cf9f1ba327e0 (patch)
tree50e92ce0c6b5678b299ea45d92e18edddd1c7383 /src/cm.h
parent02773e4e5127c144a939b811a1c44a24e2805593 (diff)
downloademacs-7653e4c65ef5ac8757744f4863b2cf9f1ba327e0.tar.gz
Undo previous change.
Diffstat (limited to 'src/cm.h')
-rw-r--r--src/cm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cm.h b/src/cm.h
index 0b23bc9eb36..80e945b4607 100644
--- a/src/cm.h
+++ b/src/cm.h
@@ -100,12 +100,7 @@ struct cm
extern struct cm Wcm; /* Terminal capabilities */
extern char PC; /* Pad character */
-#ifdef HAVE_TERMIOS
-# include <termios.h>
-extern speed_t ospeed;
-#else
extern short ospeed; /* Output speed (from sg_ospeed) */
-#endif
/* Shorthand */
#ifndef NoCMShortHand