diff options
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/solib-osf.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7de45e4..18dfe0e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2004-08-15 Mark Kettenis <kettenis@gnu.org> + * solib-osf.c (osf_current_sos): Remove unsused label. + * configure.in: Add <ncurses/ncurses.h> to the list of possible curses headers. * configure, config.in: Regenerate. diff --git a/gdb/solib-osf.c b/gdb/solib-osf.c index b5dca60..a4c1406 100644 --- a/gdb/solib-osf.c +++ b/gdb/solib-osf.c @@ -554,7 +554,6 @@ osf_current_sos (void) tail->next = NULL; } - done: close_map (&ctxt); return head; } |