mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 06:50:32 +00:00
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:
parent
0f6ab988cc
commit
522873408d
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user