aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-04-25 16:39:44 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-04-25 16:39:44 +0000
commit3dc3191d603e1cd6b3874d4be6a977879cc0f2eb (patch)
tree14731610b1ef0ab60ab306a0d3b1070448eecb11
parente1655c38c8711e7324cdf38f5b64b7c37356d659 (diff)
downloadfetchmail-3dc3191d603e1cd6b3874d4be6a977879cc0f2eb.tar.gz
fetchmail-3dc3191d603e1cd6b3874d4be6a977879cc0f2eb.tar.bz2
fetchmail-3dc3191d603e1cd6b3874d4be6a977879cc0f2eb.zip
Merge SuSE's fetchmail-6.2.5-declaration.patch
svn path=/trunk/; revision=4035
-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);