import gdb-1999-08-16 snapshot

This commit is contained in:
Jason Molenda
1999-08-16 19:57:18 +00:00
parent c862e87b3e
commit d18570046c
3 changed files with 7 additions and 2 deletions

View File

@@ -189,7 +189,9 @@ get_tty_settings (tty, tiop)
int tty;
TIOTYPE *tiop;
{
#if defined (TIOCGWINSZ)
set_winsize (tty);
#endif
tiop->flags = tiop->lflag = 0;
@@ -388,7 +390,9 @@ get_tty_settings (tty, tiop)
{
int ioctl_ret;
#if defined (TIOCGWINSZ)
set_winsize (tty);
#endif
while (1)
{