]> Pileus Git - ~andy/fetchmail/commitdiff
Merge SuSE's fetchmail-6.2.5-declaration.patch
authorMatthias Andree <matthias.andree@gmx.de>
Mon, 25 Apr 2005 16:39:44 +0000 (16:39 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Mon, 25 Apr 2005 16:39:44 +0000 (16:39 -0000)
svn path=/trunk/; revision=4035

NEWS
getpass.c

diff --git a/NEWS b/NEWS
index 105e1a9c95b53907cc2b9026a697421daafef3ec..49d8c70196141b4d738e72ee51ea145050d14be6 100644 (file)
--- 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:
 
index 8fe34e5d9f70d237bc418f0a42a580738838df40..7010209fad54089b521d28e8ded879a3cb08e32f 100644 (file)
--- 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);