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 | 819cc324665b3ac1842b105d906308f7ab692a76 (patch) | |
tree | e3784018165b88ebe8ba4a17ac651815ac705f9d /gdb/remote-es.c | |
parent | 30120c466956627fbfdc64dde2e6415a9986e7d1 (diff) | |
download | binutils-gdb-819cc324665b3ac1842b105d906308f7ab692a76.tar.gz |
s/typedef serial_t/struct serial */
Diffstat (limited to 'gdb/remote-es.c')
-rw-r--r-- | gdb/remote-es.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-es.c b/gdb/remote-es.c index 6423fe2ac36..7aa4d628d8b 100644 --- a/gdb/remote-es.c +++ b/gdb/remote-es.c @@ -231,7 +231,7 @@ static int m68020; es1800_open knows that we don't have a file open when the program starts. */ -static serial_t es1800_desc = NULL; +static struct serial *es1800_desc = NULL; #define PBUFSIZ 1000 #define HDRLEN sizeof("@.BAAAAAAAA=$VV\r") |