aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-sds.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-07-11 17:52:32 +0000
committerAndrew Cagney <cagney@redhat.com>2001-07-11 17:52:32 +0000
commit819cc324665b3ac1842b105d906308f7ab692a76 (patch)
treee3784018165b88ebe8ba4a17ac651815ac705f9d /gdb/remote-sds.c
parent30120c466956627fbfdc64dde2e6415a9986e7d1 (diff)
downloadfsf-binutils-gdb-819cc324665b3ac1842b105d906308f7ab692a76.zip
fsf-binutils-gdb-819cc324665b3ac1842b105d906308f7ab692a76.tar.gz
fsf-binutils-gdb-819cc324665b3ac1842b105d906308f7ab692a76.tar.bz2
s/typedef serial_t/struct serial */
Diffstat (limited to 'gdb/remote-sds.c')
-rw-r--r--gdb/remote-sds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-sds.c b/gdb/remote-sds.c
index 7d2f547..73fab94 100644
--- a/gdb/remote-sds.c
+++ b/gdb/remote-sds.c
@@ -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. */