aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-st.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-st.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-st.c')
-rw-r--r--gdb/remote-st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-st.c b/gdb/remote-st.c
index 55e1392..cda69b6 100644
--- a/gdb/remote-st.c
+++ b/gdb/remote-st.c
@@ -61,7 +61,7 @@ static int timeout = 24;
st2000_open knows that we don't have a file open when the program
starts. */
-static serial_t st2000_desc;
+static struct serial *st2000_desc;
/* Send data to stdebug. Works just like printf. */