aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/hppah-nat.c2
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. */