diff src/sysdep.c @ 15718:8db4678b2fd8

Undo previous changes.
author Karl Heuer <kwzh@gnu.org>
date Tue, 16 Jul 1996 22:37:24 +0000
parents 58e638890a20
children 96349e2b7511
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;