* dache.c (struct dcache_block): Change data member from unsigned char
[deliverable/binutils-gdb.git] / gdb / ser-unix.c
index 55d2a02a837d31ed55bb7c24960d74ddfa87483a..c124f6d9c7fab920ed505d03fe463a34eb44ef85 100644 (file)
@@ -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;
 
This page took 0.035438 seconds and 4 git commands to generate.