diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-09-27 17:43:07 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-09-27 17:43:07 +0000 |
commit | fa6b9313b51c68d1ebd1007d97bca95ee3a1d47d (patch) | |
tree | 4c14c2de3b84f48f92e2afe607a29ec73bb8f6bc /gdb/osfsolib.c | |
parent | 47d89dba5e87eb8f200e5f1a8a37d71716856a6d (diff) | |
download | gdb-fa6b9313b51c68d1ebd1007d97bca95ee3a1d47d.zip gdb-fa6b9313b51c68d1ebd1007d97bca95ee3a1d47d.tar.gz gdb-fa6b9313b51c68d1ebd1007d97bca95ee3a1d47d.tar.bz2 |
Protoization.
Diffstat (limited to 'gdb/osfsolib.c')
-rw-r--r-- | gdb/osfsolib.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/osfsolib.c b/gdb/osfsolib.c index a59239e..7edb9dd 100644 --- a/gdb/osfsolib.c +++ b/gdb/osfsolib.c @@ -507,8 +507,7 @@ xfer_link_map_member (struct so_list *so_list_ptr, struct link_map *lm) */ static struct so_list * -find_solib (so_list_ptr) - struct so_list *so_list_ptr; /* Last lm or NULL for first one */ +find_solib (struct so_list *so_list_ptr) { struct so_list *so_list_next = NULL; struct link_map *lm = NULL; |