* ldmisc.c (vfinfo): Change symbol reading slightly for recent BFD
[deliverable/binutils-gdb.git] / gdb / ser-unix.c
index 6c09b31868b0ccead4e3a7b5ae3ae056977b6356..d2221f80e087ffde853cc42471f2e12fded35a00 100644 (file)
@@ -1,5 +1,5 @@
 /* Serial interface for local (hardwired) serial ports on Un*x like systems
-   Copyright 1992, 1993 Free Software Foundation, Inc.
+   Copyright 1992, 1993, 1994 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -482,7 +482,7 @@ wait_for(scb, timeout)
               25.  */
 
            scb->current_timeout = 12;
-           state.termios.c_cc[VTIME] = scb->current_timeout * 10;
+           state.termio.c_cc[VTIME] = scb->current_timeout * 10;
            scb->timeout_remaining = timeout - scb->current_timeout;
          }
       }
This page took 0.02374 seconds and 4 git commands to generate.