s/typedef serial_t/struct serial */

This commit is contained in:
Andrew Cagney
2001-07-11 17:52:32 +00:00
parent 30120c4669
commit 819cc32466
35 changed files with 321 additions and 273 deletions

View File

@ -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. */