* ser-go32.c (struct dos_ops): Add missing fdopen field.

This commit is contained in:
Pierre Muller 2010-10-12 15:40:03 +00:00
parent 7411e9a828
commit c1b5be3809
2 changed files with 5 additions and 0 deletions

View 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.

View 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 */