* [Qemu-devel] [PATCH] Fix curses_atexit definition for use with exit_notifier.
@ 2010-03-20 8:01 Jai Menon
0 siblings, 0 replies; only message in thread
From: Jai Menon @ 2010-03-20 8:01 UTC (permalink / raw)
To: qemu-devel
[-- 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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-20 8:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-20 8:01 [Qemu-devel] [PATCH] Fix curses_atexit definition for use with exit_notifier Jai Menon
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).