diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-02-10 14:58:49 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-02-10 14:58:49 +0000 |
commit | fe4292c1d886e3123d2049fe70065847bf800b96 (patch) | |
tree | c5319fc11c8770048d79bac8f7d72ee29fa40057 /mail/cyrus-imapd23/files | |
parent | 03a1c3ccad0e3dbd37d7cfc456ae455f87d258b8 (diff) | |
download | ports-fe4292c1d886e3123d2049fe70065847bf800b96.tar.gz ports-fe4292c1d886e3123d2049fe70065847bf800b96.zip |
Notes
Diffstat (limited to 'mail/cyrus-imapd23/files')
-rw-r--r-- | mail/cyrus-imapd23/files/patch-imap::reconstruct.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/cyrus-imapd23/files/patch-imap::reconstruct.c b/mail/cyrus-imapd23/files/patch-imap::reconstruct.c new file mode 100644 index 000000000000..0f82ae45543b --- /dev/null +++ b/mail/cyrus-imapd23/files/patch-imap::reconstruct.c @@ -0,0 +1,14 @@ +Index: imap/reconstruct.c +diff -u -p imap/reconstruct.c.orig imap/reconstruct.c +--- imap/reconstruct.c.orig Tue Feb 6 03:41:48 2007 ++++ imap/reconstruct.c Sat Feb 10 18:52:48 2007 +@@ -577,8 +577,7 @@ reconstruct_expunge (char * path, struct + free(expuid); + return IMAP_IOERROR; + } +- unsigned msgno; +- const char *p = index_base + start_offset; ++ p = index_base + start_offset; + + /* + * verify the message files exist - |