diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-07-11 17:52:32 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-07-11 17:52:32 +0000 |
commit | c2b93372e65a4996466a5728742dfe4dcb820f53 (patch) | |
tree | 2a43a134ff57e135d8cbded36bc65dc12013fb03 /gdb/remote-sds.c | |
parent | 5ff88953617f395ebc929b89df1471d3ea0e00b1 (diff) | |
download | gdb-c2b93372e65a4996466a5728742dfe4dcb820f53.tar.gz |
s/typedef serial_t/struct serial */
Diffstat (limited to 'gdb/remote-sds.c')
-rw-r--r-- | gdb/remote-sds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-sds.c b/gdb/remote-sds.c index 7d2f5477ec3..73fab941c95 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. */ |