]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* remote-vx.c (net_wait): Fix typo from PIDGET change.
authorAndrew Cagney <cagney@redhat.com>
Wed, 31 Oct 2001 22:24:45 +0000 (22:24 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 31 Oct 2001 22:24:45 +0000 (22:24 +0000)
gdb/ChangeLog
gdb/remote-vx.c

index bfe4f20a232746a82c1191f8748453f4d2e83e79..9b7f073bb266b1f59f025485d53b09bc6cd01d3a 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-31  Andrew Cagney  <ac131313@redhat.com>
+
+       * remote-vx.c (net_wait): Fix typo from PIDGET change.
+
 2001-10-31  Daniel Jacobowitz  <drow@mvista.com>
 
        * arm-linux-nat.c: Include <asm/ptrace.h> explicitly.
index a441a93b2cb8c85e927878263e09bc4b8b4c9cb8..fa7ba290a403f279e06874dd3e17b56df73a13ab 100644 (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);