From: Karl Heuer Date: Tue, 16 Jul 1996 22:37:24 +0000 (+0000) Subject: Undo previous changes. X-Git-Tag: emacs-19.34~144 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f80a1c88958bd05242d96a22563e4fc178ad5e5;p=emacs.git Undo previous changes. --- diff --git a/src/sysdep.c b/src/sysdep.c index 189fe583edd..5baf95c92b5 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -220,12 +220,7 @@ static int baud_convert[] = }; #endif -#ifdef HAVE_TERMIOS -# include - 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; diff --git a/src/terminfo.c b/src/terminfo.c index 5f2d5e00955..8ce87960f03 100644 --- a/src/terminfo.c +++ b/src/terminfo.c @@ -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 - -#ifdef USG -# include -#endif - char *UP, *BC, PC; -#ifdef HAVE_TERMIOS -# include - speed_t ospeed; -#else - short ospeed; -#endif +short ospeed; static buffer[512];