This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] tweek for remote-vx.c


FYI,

I've checked in the attached (trunk and 5.1 branch).  Thanks to Crag 
Metz for reporting it.

Andrew
2001-10-31  Andrew Cagney  <ac131313@redhat.com>

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

Index: remote-vx.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-vx.c,v
retrieving revision 1.17
diff -p -r1.17 remote-vx.c
*** remote-vx.c	2001/05/04 04:15:26	1.17
--- remote-vx.c	2001/10/31 22:06:33
*************** net_wait (RDB_EVENT *pEvent)
*** 338,344 ****
  
    memset ((char *) pEvent, '\0', sizeof (RDB_EVENT));
  
!   pid = PIDGET inferior_ptid);
    status = net_clnt_call (PROCESS_WAIT, xdr_int, &pid, xdr_RDB_EVENT,
  			  pEvent);
  
--- 338,344 ----
  
    memset ((char *) pEvent, '\0', sizeof (RDB_EVENT));
  
!   pid = PIDGET (inferior_ptid);
    status = net_clnt_call (PROCESS_WAIT, xdr_int, &pid, xdr_RDB_EVENT,
  			  pEvent);
  

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]