]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* remote-vx.c: Rename pid parameter to pid_to_wait_for. Some
authorJim Kingdon <jkingdon@engr.sgi.com>
Sat, 23 Oct 1993 01:14:47 +0000 (01:14 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sat, 23 Oct 1993 01:14:47 +0000 (01:14 +0000)
compilers (legitimately) don't like variables in the function's
outermost block whose name is the name as a parameter.

gdb/ChangeLog
gdb/remote-vx.c

index fb69c3e043a5d05bac7e4ba55f4f476d90a709ad..bbc57da21252e6de5d71929f0152c90534ed47d3 100644 (file)
@@ -1,5 +1,9 @@
 Fri Oct 22 07:49:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * remote-vx.c: Rename pid parameter to pid_to_wait_for.  Some
+       compilers (legitimately) don't like variables in the function's
+       outermost block whose name is the name as a parameter.
+
        Merge Apollo patches from Troy Rollo (troy@cbme.unsw.edu.au):
        * dst.h, dstread.c, config/m68k/{apollo68b.mt,tm-apollo68b.h}:
        New files.
index 3aea4d1bfd42dee4ead04a1a0bc1c02c3bbea9ad..c8c52c073bfe9405d2c779f4b9eee2b08b45f34e 100644 (file)
@@ -858,8 +858,8 @@ sleep_ms (ms)
  */
 
 static int
-vx_wait (pid, status)
-     int pid;
+vx_wait (pid_to_wait_for, status)
+     int pid_to_wait_for;
      int *status;
 {
   register int pid;