diff options
Diffstat (limited to 'net-mail/mailutils/files/mailutils-0.6-imap4d-gcc4.0-ftbfs.patch')
-rw-r--r-- | net-mail/mailutils/files/mailutils-0.6-imap4d-gcc4.0-ftbfs.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net-mail/mailutils/files/mailutils-0.6-imap4d-gcc4.0-ftbfs.patch b/net-mail/mailutils/files/mailutils-0.6-imap4d-gcc4.0-ftbfs.patch new file mode 100644 index 000000000000..48134e334ac4 --- /dev/null +++ b/net-mail/mailutils/files/mailutils-0.6-imap4d-gcc4.0-ftbfs.patch @@ -0,0 +1,21 @@ +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 * |