Make Baud_Rates[] const

This commit is contained in:
Andrew V. Samoilov 2002-09-14 14:08:01 +00:00
parent 1bf22a71a0
commit 6bc00f750c
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ typedef struct termios TTY_Termio_Type;
static TTY_Termio_Type Old_TTY;
#ifdef HAVE_TERMIOS_H
static struct
static const struct
{
speed_t key;
int value;