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/w89k-rom.c | |
parent | 30120c466956627fbfdc64dde2e6415a9986e7d1 (diff) | |
download | gdb-819cc324665b3ac1842b105d906308f7ab692a76.zip gdb-819cc324665b3ac1842b105d906308f7ab692a76.tar.gz gdb-819cc324665b3ac1842b105d906308f7ab692a76.tar.bz2 |
s/typedef serial_t/struct serial */
Diffstat (limited to 'gdb/w89k-rom.c')
-rw-r--r-- | gdb/w89k-rom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/w89k-rom.c b/gdb/w89k-rom.c index ec9e2e7..331358b 100644 --- a/gdb/w89k-rom.c +++ b/gdb/w89k-rom.c @@ -160,7 +160,7 @@ static int hashmark = 1; /* flag set by "set hash" */ extern struct monitor_ops w89k_cmds; /* fwd decl */ static void -w89k_load (serial_t desc, char *file, int hashmark) +w89k_load (struct serial *desc, char *file, int hashmark) { bfd *abfd; asection *s; |