qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jai Menon <jmenon86@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] Fix curses_atexit definition for use with exit_notifier.
Date: Sat, 20 Mar 2010 13:31:30 +0530	[thread overview]
Message-ID: <93571efa1003200101s69d889caw5eef699f37a11d24@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 38 bytes --]

Hello,

As in subject.

-- 
Jai Menon

[-- Attachment #2: 0001-Fix-curses_atexit-definition-for-use-with-exit_notif.patch --]
[-- Type: application/octet-stream, Size: 689 bytes --]

From 1cf56a3395aa9a8529da454e20f398ae44e3652c Mon Sep 17 00:00:00 2001
From: Jai Menon <jmenon86@gmail.com>
Date: Sat, 20 Mar 2010 13:23:38 +0530
Subject: [PATCH 1/1] Fix curses_atexit definition for use with exit_notifier.
 This hunk was missing in d7234f4d7e373a.


Signed-off-by: Jai Menon <jmenon86@gmail.com>
---
 curses.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/curses.c b/curses.c
index f9a983a..ca38ef1 100644
--- a/curses.c
+++ b/curses.c
@@ -299,7 +299,7 @@ static void curses_cleanup(void *opaque)
     endwin();
 }
 
-static void curses_atexit(void)
+static void curses_atexit(Notifier *notifier)
 {
     curses_cleanup(NULL);
 }
-- 
1.5.6.5


                 reply	other threads:[~2010-03-20  8:01 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=93571efa1003200101s69d889caw5eef699f37a11d24@mail.gmail.com \
    --to=jmenon86@gmail.com \
    --cc=qemu-devel@nongnu.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 NNTP newsgroup(s).