public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-sergio-catch-syscall: fix call to make_cleanup_fclose
@ 2008-11-12 18:02 tromey
  0 siblings, 0 replies; only message in thread
From: tromey @ 2008-11-12 18:02 UTC (permalink / raw)
  To: archer-commits

The branch, archer-sergio-catch-syscall has been updated
       via  f80eb55f788e6182342e426ee637180c7acd35c4 (commit)
      from  c7c93be2ade609b28ac7131f4885d1e2f25e7f92 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit f80eb55f788e6182342e426ee637180c7acd35c4
Author: Tom Tromey <tromey@redhat.com>
Date:   Wed Nov 12 11:02:34 2008 -0700

    fix call to make_cleanup_fclose

-----------------------------------------------------------------------

Summary of changes:
 gdb/xml-syscall.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

First 500 lines of diff:
diff --git a/gdb/xml-syscall.c b/gdb/xml-syscall.c
index b90888d..2febf6e 100644
--- a/gdb/xml-syscall.c
+++ b/gdb/xml-syscall.c
@@ -178,7 +178,7 @@ fetch_xml_from_file (const char *filename, void *baton)
   if (file == NULL)
     return NULL;
 
-  back_to = make_cleanup (make_cleanup_fclose, file);
+  back_to = make_cleanup_fclose (file);
 
   /* Read in the whole file, one chunk at a time.  */
   len = 4096;


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-12 18:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-12 18:02 [SCM] archer-sergio-catch-syscall: fix call to make_cleanup_fclose tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).