diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b40880806f..841d022659 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2003-01-28 Andrew Cagney + * 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 84d1f3fa5e..ce60fa31ff 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. */