From 819cc324665b3ac1842b105d906308f7ab692a76 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 11 Jul 2001 17:52:32 +0000 Subject: s/typedef serial_t/struct serial */ --- gdb/remote-sds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/remote-sds.c') 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. */ -- cgit v1.1