s/typedef serial_t/struct serial */
[deliverable/binutils-gdb.git] / gdb / remote-sds.c
index 7d2f5477ec3dec1ee47c9de6c89e4441b7f40dc0..73fab941c9509df4b977b20426249baf8a93c051 100644 (file)
@@ -127,7 +127,7 @@ static int sds_timeout = 2;
    that sds_open knows that we don't have a file open when the program
    starts.  */
 
-static serial_t sds_desc = NULL;
+static struct serial *sds_desc = NULL;
 
 /* This limit comes from the monitor.  */
 
This page took 0.023702 seconds and 4 git commands to generate.