Undo previous changes.
authorKarl Heuer <kwzh@gnu.org>
Tue, 16 Jul 1996 22:37:24 +0000 (22:37 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 16 Jul 1996 22:37:24 +0000 (22:37 +0000)
src/sysdep.c
src/terminfo.c

index 189fe58..5baf95c 100644 (file)
@@ -220,12 +220,7 @@ static int baud_convert[] =
   };
 #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;
index 5f2d5e0..8ce8796 100644 (file)
@@ -22,19 +22,8 @@ Boston, MA 02111-1307, USA.  */
    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];