From 6138715944138b02d63380f89d04dda01e1f232d Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 31 Oct 2001 22:29:21 +0000 Subject: [PATCH] * remote-vx.c (net_wait): Fix typo from PIDGET change. --- gdb/ChangeLog | 4 ++++ gdb/remote-vx.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 36df6e7b9c..712dacf5db 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2001-10-31 Andrew Cagney + + * remote-vx.c (net_wait): Fix typo from PIDGET change. + 2001-10-31 Mark Kettenis * config/i386/tm-i386.h (REGISTER_NAMES): Remove. diff --git a/gdb/remote-vx.c b/gdb/remote-vx.c index a441a93b2c..fa7ba290a4 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);