* remote-vx.c (net_wait): Fix typo from PIDGET change.

This commit is contained in:
Andrew Cagney
2001-10-31 22:29:21 +00:00
parent fc633446cd
commit 6138715944
2 changed files with 5 additions and 1 deletions

View File

@@ -338,7 +338,7 @@ net_wait (RDB_EVENT *pEvent)
memset ((char *) pEvent, '\0', sizeof (RDB_EVENT));
pid = PIDGET inferior_ptid);
pid = PIDGET (inferior_ptid);
status = net_clnt_call (PROCESS_WAIT, xdr_int, &pid, xdr_RDB_EVENT,
pEvent);