diff options
Diffstat (limited to 'gdb/ser-unix.c')
-rw-r--r-- | gdb/ser-unix.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ser-unix.c b/gdb/ser-unix.c index 55d2a02..c124f6d 100644 --- a/gdb/ser-unix.c +++ b/gdb/ser-unix.c @@ -194,7 +194,9 @@ hardwire_noflush_set_tty_state (scb, new_ttystate, old_ttystate) serial_ttystate old_ttystate; { struct hardwire_ttystate new_state; +#ifdef HAVE_SGTTY struct hardwire_ttystate *state = (struct hardwire_ttystate *) old_ttystate; +#endif new_state = *(struct hardwire_ttystate *)new_ttystate; |