summaryrefslogtreecommitdiff
path: root/gdb/hppah-nat.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-01-29 15:56:11 +0000
committerAndrew Cagney <cagney@redhat.com>2003-01-29 15:56:11 +0000
commite71b8ba6c375d4c21e4e815f4bf78521d834aed0 (patch)
tree29946123fbe60f12f0ee6de872ec359d39af720f /gdb/hppah-nat.c
parent11e2a22a6af52a0ae8d4e79d890398f2413c12f5 (diff)
downloadgdb-e71b8ba6c375d4c21e4e815f4bf78521d834aed0.tar.gz
2003-01-28 Andrew Cagney <ac131313@redhat.com>
* hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
Diffstat (limited to 'gdb/hppah-nat.c')
-rw-r--r--gdb/hppah-nat.c2
1 files changed, 1 insertions, 1 deletions
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. */