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

@@ -825,7 +825,7 @@ print_sys_errmsg (char *string, int errcode)
void
quit (void)
{
serial_t gdb_stdout_serial = serial_fdopen (1);
struct serial *gdb_stdout_serial = serial_fdopen (1);
target_terminal_ours ();