From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Snyder To: gdb-patches@cygnus.com Cc: gdb-local@cygnus.com Subject: Re: 4.17.85 Feedback Date: Thu, 01 Apr 1999 00:00:00 -0000 Message-id: <36DEC095.5B4E@cygnus.com> References: <199903041622.RAA09527@landau.wins.uva.nl> X-SW-Source: 1999-q1/msg00058.html Mark Kettenis wrote: > > The first problem is caused by the following change: > > Thu Dec 31 16:54:30 1998 David Taylor > > * inferior.h (proc_wait): Declare. > > The Hurd already has a proc_wait RPC so the prototype in > clashes with the one in "inferior.h". The most obvious fix would be for one of us to change the name of his function. ;-) Since the Hurd has been using the name longer, you have seniority. I suggest that the function in infptrace.c, added in 12/98, be renamed. If no one objects, I will take care of it -- but I'm not sure if it will make it into 4.18, which is very close to release. Michael From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Snyder To: gdb-patches@cygnus.com Cc: gdb-local@cygnus.com Subject: Re: 4.17.85 Feedback Date: Thu, 04 Mar 1999 09:19:00 -0000 Message-ID: <36DEC095.5B4E@cygnus.com> References: <199903041622.RAA09527@landau.wins.uva.nl> X-SW-Source: 1999-03/msg00004.html Message-ID: <19990304091900.uJWypswBab9eDMIpSWSbx6fbyyw6mVF47FNd2UCVzTg@z> Mark Kettenis wrote: > > The first problem is caused by the following change: > > Thu Dec 31 16:54:30 1998 David Taylor > > * inferior.h (proc_wait): Declare. > > The Hurd already has a proc_wait RPC so the prototype in > clashes with the one in "inferior.h". The most obvious fix would be for one of us to change the name of his function. ;-) Since the Hurd has been using the name longer, you have seniority. I suggest that the function in infptrace.c, added in 12/98, be renamed. If no one objects, I will take care of it -- but I'm not sure if it will make it into 4.18, which is very close to release. Michael