* remote.c (extended_remote_attach_1): Make local variable pid an int
instead of a pid_t.
This commit is contained in:
parent
4d7b2d5b9d
commit
be86555cb7
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
|
@ -2841,7 +2841,7 @@ static void
|
|||
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue