Merge pull request #40 from jwilk/speed-t

Fixed baudrate type
This commit is contained in:
Martin Lund 2016-05-25 20:48:53 +02:00
commit ca5bd0c440

View file

@ -156,7 +156,7 @@ void stdout_restore(void)
void tty_configure(void)
{
unsigned int baudrate;
speed_t baudrate;
memset(&tio, 0, sizeof(tio));