s/typedef serial_t/struct serial */
[deliverable/binutils-gdb.git] / gdb / ocd.c
index f5962c03c6f9d00212066a47bed182413ff864ab..72e05e8817897078a522e96ca20355bf81e4df07 100644 (file)
--- a/gdb/ocd.c
+++ b/gdb/ocd.c
@@ -83,7 +83,7 @@ static int remote_timeout = 2;
 /* Descriptor for I/O to remote machine.  Initialize it to NULL so that
    ocd_open knows that we don't have a file open when the program
    starts.  */
-static serial_t ocd_desc = NULL;
+static struct serial *ocd_desc = NULL;
 \f
 void
 ocd_error (char *s, int error_code)
This page took 0.02663 seconds and 4 git commands to generate.