2008-03-07 Joel Brobecker <brobecker@adacore.com>
+ * remote.c (extended_remote_attach_1): Make local variable pid an int
+ instead of a pid_t.
+
+2008-03-07 Joel Brobecker <brobecker@adacore.com>
+
* solib-svr4.c (svr4_same_1): New function, originally extracted
from svr4_same and expanded to handle the sparc64 case.
(svr4_same): Move up and reimplement using svr4_same_1.
extended_remote_attach_1 (struct target_ops *target, char *args, int from_tty)
{
struct remote_state *rs = get_remote_state ();
- pid_t pid;
+ int pid;
char *dummy;
if (!args)