diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/hppah-nat.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b40880806f8..841d0226592 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2003-01-28 Andrew Cagney <ac131313@redhat.com> + * hppah-nat.c (child_pid_to_exec_file): Don't use boolean. + * complaints.c (complain): Delete function. * complaints.h (struct deprecated_complaint): Delete definition. (complain): Delete declaration. diff --git a/gdb/hppah-nat.c b/gdb/hppah-nat.c index 84d1f3fa5e4..ce60fa31ffd 100644 --- a/gdb/hppah-nat.c +++ b/gdb/hppah-nat.c @@ -1334,7 +1334,7 @@ child_pid_to_exec_file (int pid) int name_index; int i; ptid_t saved_inferior_ptid; - boolean done; + int done; #ifdef PT_GET_PROCESS_PATHNAME /* As of 10.x HP-UX, there's an explicit request to get the pathname. */ |