2003-01-28 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Wed, 29 Jan 2003 15:56:11 +0000 (15:56 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 29 Jan 2003 15:56:11 +0000 (15:56 +0000)
* hppah-nat.c (child_pid_to_exec_file): Don't use boolean.

gdb/ChangeLog
gdb/hppah-nat.c

index b40880806f88ec9c5941f20c61caebf6d571b05c..841d0226592466db733dc8a86673eff774abb904 100644 (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.
index 84d1f3fa5e4b7aa73920faffcdc8ad067edf0605..ce60fa31ffd71a1d0e507fda7db56a535c5fbc44 100644 (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. */
This page took 0.027433 seconds and 4 git commands to generate.