ports/mail/cyrus-imapd25/files/patch-imap__http_client.h
Hajimu UMEMOTO 560a24304a Add initial support for Cyrus-IMAPd 2.5.0.
HTTP support doesn't work yet.
2015-03-12 10:23:33 +00:00

13 lines
511 B
C

Index: imap/http_client.h
diff -u imap/http_client.h.orig imap/http_client.h
--- imap/http_client.h.orig 2014-07-23 05:25:28.000000000 +0900
+++ imap/http_client.h 2014-07-29 00:33:01.254781310 +0900
@@ -57,7 +57,7 @@
unsigned char framing; /* Message framing */
unsigned char te; /* Transfer-Encoding */
unsigned max; /* Max allowed len */
- ulong len; /* Content-Length */
+ unsigned long len; /* Content-Length */
struct buf payload; /* Payload */
};