diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2021-04-19 23:11:45 +0900 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2021-04-19 23:11:45 +0900 |
commit | c47de3b6e63711ee764be5d9ffea5507bfcfe25b (patch) | |
tree | d39cb98c27802f25e04b3a0748a3bb7f02326157 /mail/cyrus-imapd34/files/patch-imap__http_client.h | |
parent | math/libxslxwriter: update to 1.0.2 (diff) |
Copy cyrus-imapd32 to cyrus-imapd34 for preparation of Cyrus IMAPd 3.4.
Diffstat (limited to 'mail/cyrus-imapd34/files/patch-imap__http_client.h')
-rw-r--r-- | mail/cyrus-imapd34/files/patch-imap__http_client.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/cyrus-imapd34/files/patch-imap__http_client.h b/mail/cyrus-imapd34/files/patch-imap__http_client.h new file mode 100644 index 000000000000..113854e9913d --- /dev/null +++ b/mail/cyrus-imapd34/files/patch-imap__http_client.h @@ -0,0 +1,11 @@ +--- imap/http_client.h.orig 2016-04-11 02:02:11 UTC ++++ imap/http_client.h +@@ -57,7 +57,7 @@ struct body_t { + 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 */ + }; + |