aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-vx.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-10-31 22:29:21 +0000
committerAndrew Cagney <cagney@redhat.com>2001-10-31 22:29:21 +0000
commit6138715944138b02d63380f89d04dda01e1f232d (patch)
treec494cc57cbfe27b632096a80bce4cf0adba178e9 /gdb/remote-vx.c
parentfc633446cdd297e770680b1ec4983c5db4ae59d2 (diff)
downloadfsf-binutils-gdb-6138715944138b02d63380f89d04dda01e1f232d.zip
fsf-binutils-gdb-6138715944138b02d63380f89d04dda01e1f232d.tar.gz
fsf-binutils-gdb-6138715944138b02d63380f89d04dda01e1f232d.tar.bz2
* remote-vx.c (net_wait): Fix typo from PIDGET change.
Diffstat (limited to 'gdb/remote-vx.c')
-rw-r--r--gdb/remote-vx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-vx.c b/gdb/remote-vx.c
index a441a93..fa7ba29 100644
--- a/gdb/remote-vx.c
+++ b/gdb/remote-vx.c
@@ -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);