aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--getpass.c1
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);