comparison src/sysdep.c @ 17108:259e3e73a4b5

`ospeed' should be short if not HAVE_TERMIIO_H.
author Kenichi Handa <handa@m17n.org>
date Thu, 27 Feb 1997 07:46:33 +0000
parents 8b6e34dbb961
children a2fefbc6e46b
comparison
equal deleted inserted replaced
17107:864b6036361c 17108:259e3e73a4b5
224 0, 50, 75, 110, 135, 150, 200, 300, 600, 1200, 224 0, 50, 75, 110, 135, 150, 200, 300, 600, 1200,
225 1800, 2400, 4800, 9600, 19200, 38400 225 1800, 2400, 4800, 9600, 19200, 38400
226 }; 226 };
227 #endif 227 #endif
228 228
229 #ifdef HAVE_TERMIOS 229 #ifdef HAVE_TERMIOS_H
230 extern speed_t ospeed; 230 extern speed_t ospeed;
231 #else 231 #else
232 extern short ospeed; 232 extern short ospeed;
233 #endif 233 #endif
234 234