* 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.
This commit is contained in:
Jim Kingdon
1993-10-23 01:14:47 +00:00
parent 2d62828161
commit c3cabecb47
2 changed files with 6 additions and 2 deletions

View 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;