diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /mail/cyrus-imapd24/files/patch-imtest__imtest.c | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'mail/cyrus-imapd24/files/patch-imtest__imtest.c')
-rw-r--r-- | mail/cyrus-imapd24/files/patch-imtest__imtest.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/cyrus-imapd24/files/patch-imtest__imtest.c b/mail/cyrus-imapd24/files/patch-imtest__imtest.c new file mode 100644 index 000000000000..30b84fb9556a --- /dev/null +++ b/mail/cyrus-imapd24/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 Sun Jul 13 05:10:56 2003 ++++ imtest/imtest.c Fri Jul 18 00:52:29 2003 +@@ -419,8 +420,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. + * |