* remote-udi.c (udi_wait): Make type, instead of name, of first
authorAndrew Cagney <cagney@redhat.com>
Sun, 8 Jul 2001 20:21:36 +0000 (20:21 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 8 Jul 2001 20:21:36 +0000 (20:21 +0000)
parameter a ptid_t.

gdb/ChangeLog
gdb/remote-udi.c

index 9879b7e167255782fd958d30aa6d8c607d0ead40..1d36d73f2ab43948ef4b3e524b7780b7b7752bfc 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-08  Andrew Cagney  <ac131313@redhat.com>
+
+       * remote-udi.c (udi_wait): Make type, instead of name, of first
+       parameter a ptid_t.
+
 2001-07-07  Andrew Cagney  <ac131313@redhat.com>
 
        * ser-mac.c: Make obsolete.
index 0015e99483db5b32b413b72969a0688095fd2114..83cc553da9373730350bbbfc775bdb296f3bd7a8 100644 (file)
@@ -409,7 +409,7 @@ udi_resume (ptid_t ptid, int step, enum target_signal sig)
    storing status in STATUS just as `wait' would.  */
 
 static ptid_t
-udi_wait (int ptid_t, struct target_waitstatus *status)
+udi_wait (ptid_t ptid, struct target_waitstatus *status)
 {
   UDIInt32 MaxTime;
   UDIPId PId;
This page took 0.027502 seconds and 4 git commands to generate.