This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Build problems again


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  <keiths@redhat.com>

	* 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;



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