public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
From: tromey@sourceware.org
To: archer-commits@sourceware.org
Subject: [SCM]  archer-sergio-catch-syscall: fix call to make_cleanup_fclose
Date: Wed, 12 Nov 2008 18:02:00 -0000	[thread overview]
Message-ID: <20081112180243.4944.qmail@sourceware.org> (raw)

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.


                 reply	other threads:[~2008-11-12 18:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081112180243.4944.qmail@sourceware.org \
    --to=tromey@sourceware.org \
    --cc=archer-commits@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).