2003-01-28 Andrew Cagney <ac131313@redhat.com>

* hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
This commit is contained in:
Andrew Cagney 2003-01-29 15:56:11 +00:00
parent 0f6ab988cc
commit 522873408d
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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. */