diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-01-29 15:56:11 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-01-29 15:56:11 +0000 |
commit | 522873408d44e8e514f9d884332a5bd790b8a528 (patch) | |
tree | 7fd44584dd4e02ade2efe694a1e3f51d978595b6 /gdb | |
parent | 0f6ab988cc16f43b4f1e0321adf99ace96934720 (diff) | |
download | gdb-522873408d44e8e514f9d884332a5bd790b8a528.zip gdb-522873408d44e8e514f9d884332a5bd790b8a528.tar.gz gdb-522873408d44e8e514f9d884332a5bd790b8a528.tar.bz2 |
2003-01-28 Andrew Cagney <ac131313@redhat.com>
* hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
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 b408808..841d022 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 84d1f3f..ce60fa3 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. */ |