From 3dc3191d603e1cd6b3874d4be6a977879cc0f2eb Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 25 Apr 2005 16:39:44 +0000 Subject: Merge SuSE's fetchmail-6.2.5-declaration.patch svn path=/trunk/; revision=4035 --- NEWS | 4 +++- getpass.c | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 105e1a9c..49d8c701 100644 --- a/NEWS +++ b/NEWS @@ -56,7 +56,9 @@ * Print a warning if multidrop configuration is attempted without envelope option. (Matthias Andree) * Split information on fetchmail versions before 6.0.0 to a separate - OLDNEWS file. + OLDNEWS file. (Matthias Andree) +* Merge SuSE patches: (sent by Stanislav Brabec, merged by Matthias Andree) + - fetchmail-6.2.5-declaration.patch (double sigint_handler decl) fetchmail-6.2.5 (Wed Oct 15 18:39:22 EDT 2003), 23079 lines: diff --git a/getpass.c b/getpass.c index 8fe34e5d..7010209f 100644 --- a/getpass.c +++ b/getpass.c @@ -78,7 +78,6 @@ char *prompt; FILE *fi; static char pbuf[INPUT_BUF_SIZE]; SIGHANDLERTYPE sig = 0; /* initialization pacifies -Wall */ - RETSIGTYPE sigint_handler(int); int istty = isatty(0); -- cgit v1.2.3