OSDN Git Service

* remote-vx.c (net_wait): Fix typo from PIDGET change.
authorAndrew Cagney <cagney@redhat.com>
Wed, 31 Oct 2001 22:29:21 +0000 (22:29 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 31 Oct 2001 22:29:21 +0000 (22:29 +0000)
gdb/ChangeLog
gdb/remote-vx.c

index 36df6e7..712dacf 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  Mark Kettenis  <kettenis@gnu.org>
 
        * config/i386/tm-i386.h (REGISTER_NAMES): Remove.
index a441a93..fa7ba29 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);