* remote.c (extended_remote_attach_1): Make local variable pid an int

instead of a pid_t.
This commit is contained in:
Joel Brobecker 2008-03-07 19:41:06 +00:00
parent 4d7b2d5b9d
commit be86555cb7
2 changed files with 6 additions and 1 deletions

View File

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

View File

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