changeset 15718:8db4678b2fd8

Undo previous changes.
author Karl Heuer <kwzh@gnu.org>
date Tue, 16 Jul 1996 22:37:24 +0000
parents c7870b16f24b
children fdac027af4e1
files src/sysdep.c src/terminfo.c
diffstat 2 files changed, 2 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/src/sysdep.c	Tue Jul 16 22:33:09 1996 +0000
+++ b/src/sysdep.c	Tue Jul 16 22:37:24 1996 +0000
@@ -220,12 +220,7 @@
   };
 #endif
 
-#ifdef HAVE_TERMIOS
-# include <termios.h>
-  extern speed_t ospeed;
-#else
-  extern short ospeed;
-#endif
+extern short ospeed;
 
 /* The file descriptor for Emacs's input terminal.
    Under Unix, this is normally zero except when using X;
--- a/src/terminfo.c	Tue Jul 16 22:33:09 1996 +0000
+++ b/src/terminfo.c	Tue Jul 16 22:37:24 1996 +0000
@@ -22,19 +22,8 @@
    so that we do not need to conditionalize the places in Emacs
    that set them.  */
 
-#include <config.h>
-
-#ifdef USG
-# include <string.h>
-#endif
-
 char *UP, *BC, PC;
-#ifdef HAVE_TERMIOS
-# include <termios.h>
-  speed_t ospeed;
-#else
-  short ospeed;
-#endif
+short ospeed;
 
 static buffer[512];