Sorry again for submitting this a bit late for 0.6.90. Attached is a trivial patch to fix compiles with gcc-4.0.
Jordi -- Jordi Mallach P�rez -- Debian developer http://www.debian.org/ [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.sindominio.net/ GnuPG public key information available at http://oskuro.net/
diff -urN mailutils-0.6.1/imap4d/fetch.c mailutils-0.6.1/imap4d/fetch.c
--- mailutils-0.6.1/imap4d/fetch.c 2004-06-02 09:30:52.000000000 +0200
+++ mailutils-0.6.1/imap4d/fetch.c 2005-03-22 12:38:54.000000000 +0100
@@ -63,8 +63,6 @@
static int fetch_header_fields_not __P ((message_t, char **, unsigned long,
unsigned long));
static int fetch_send_address __P ((const char *));
-static struct fetch_command* fetch_getcommand __P ((char *, struct
fetch_command[]));
-
struct fetch_command
{
const char *name;
@@ -101,6 +99,8 @@
{ NULL, 0, 0}
};
+static struct fetch_command* fetch_getcommand __P ((char *, struct
fetch_command[]));
+
/* Go through the fetch array sub command and returns the the structure. */
static struct fetch_command *
signature.asc
Description: Digital signature
_______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
