Re: Build problems again

Keith Seitz <[email protected]> Tue, 23 Jul 2013 09:41:05 -0700
Newsgroups gmane.comp.debugging.insight
Message-ID <[email protected]>
On 07/15/2013 03:01 AM, Fedin Pavel wrote:
>   Hello! One more build problem appeared:

Thank you for pointing this out. I apologize that it has taken me this 
long to commit.

Keith

2013-07-23  Keith Seitz  <[email protected]>

	* generic/gdbtk.c (close_bfds): Update declaration.

Index: gdbtk/generic/gdbtk.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk.c,v
retrieving revision 1.55
diff -u -p -r1.55 gdbtk.c
--- gdbtk/generic/gdbtk.c	2 Jul 2013 17:07:29 -0000	1.55
+++ gdbtk/generic/gdbtk.c	23 Jul 2013 16:38:20 -0000
@@ -165,7 +165,7 @@ TclpFree (char *ptr)
   */

  void
-close_bfds ()
+close_bfds (void)
  {
    struct objfile *o;