import gdb-1999-06-14 snapshot

This commit is contained in:
Jason Molenda 1999-06-14 18:08:47 +00:00
parent 308b1ffded
commit 0f71a2f66f
37 changed files with 5858 additions and 2631 deletions

View file

@ -531,7 +531,8 @@ gdb_wait_for_event ()
{
file_handler *file_ptr;
gdb_event *file_event_ptr;
int num_found, i;
int num_found = 0;
int i;
#ifndef HAVE_POLL
int mask, bit, index;