* ser-go32.c (struct dos_ops): Add missing fdopen field.
authorPierre Muller <muller@sourceware.org>
Tue, 12 Oct 2010 15:40:03 +0000 (15:40 +0000)
committerPierre Muller <muller@sourceware.org>
Tue, 12 Oct 2010 15:40:03 +0000 (15:40 +0000)
gdb/ChangeLog
gdb/ser-go32.c

index 320b660..a0765cd 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-12  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * ser-go32.c (struct dos_ops): Add missing fdopen field.
+
 2010-10-12  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
 
        * arm-tdep.c (arm_mode_strings): Add NULL entry at end of array.
index d9003b8..a9141d0 100644 (file)
@@ -843,6 +843,7 @@ static struct serial_ops dos_ops =
   0,
   dos_open,
   dos_close,
+  NULL,                                /* fdopen, not implemented */
   dos_readchar,
   dos_write,
   dos_noop,                    /* flush output */