diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-05-11 09:04:08 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-05-11 09:04:08 +0000 |
commit | 673653e1a90e026aaba7ab1203db16d1e15a2648 (patch) | |
tree | b538f8601655bc3e25d4c2cc79fdd3ef0efc1dbe /mail/cyrus-imapd22 | |
parent | Include <stdlib.h> for malloc() prototype (diff) |
Workaround to fix build on ia64. I hope it fixes the problem.
Reported by: bento via kris
Diffstat (limited to 'mail/cyrus-imapd22')
-rw-r--r-- | mail/cyrus-imapd22/files/patch-imtest::imtest.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/cyrus-imapd22/files/patch-imtest::imtest.c b/mail/cyrus-imapd22/files/patch-imtest::imtest.c new file mode 100644 index 000000000000..8e082841d319 --- /dev/null +++ b/mail/cyrus-imapd22/files/patch-imtest::imtest.c @@ -0,0 +1,15 @@ +Index: imtest/imtest.c +diff -u imtest/imtest.c.orig imtest/imtest.c +--- imtest/imtest.c.orig Wed Mar 19 10:29:22 2003 ++++ imtest/imtest.c Sun May 11 16:47:11 2003 +@@ -417,8 +417,8 @@ + } + + +-char *var_tls_CAfile=""; +-char *var_tls_CApath=""; ++static char *var_tls_CAfile=""; ++static char *var_tls_CApath=""; + /* + * This is the setup routine for the SSL client. + * |