comparison 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
comparison
equal deleted inserted replaced
15717:c7870b16f24b 15718:8db4678b2fd8
218 0, 50, 75, 110, 135, 150, 200, 300, 600, 1200, 218 0, 50, 75, 110, 135, 150, 200, 300, 600, 1200,
219 1800, 2400, 4800, 9600, 19200, 38400 219 1800, 2400, 4800, 9600, 19200, 38400
220 }; 220 };
221 #endif 221 #endif
222 222
223 #ifdef HAVE_TERMIOS 223 extern short ospeed;
224 # include <termios.h>
225 extern speed_t ospeed;
226 #else
227 extern short ospeed;
228 #endif
229 224
230 /* The file descriptor for Emacs's input terminal. 225 /* The file descriptor for Emacs's input terminal.
231 Under Unix, this is normally zero except when using X; 226 Under Unix, this is normally zero except when using X;
232 under VMS, we place the input channel number here. */ 227 under VMS, we place the input channel number here. */
233 int input_fd; 228 int input_fd;