1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/mail/cyrus-imapd30/files/patch-imap__httpd.h
Hajimu UMEMOTO 5926bdc0e1 Add Cyrus IMAP 3.0 series.
Now, it is the third release candidate from the Cyrus IMAP 3.0 series:
3.0.0-rc3.
As a release candidate, it is considered near-stable for production
usage.   Interfaces, APIs, features, etc are not likely to change
between now and the full release.
2017-03-10 02:05:01 +00:00

12 lines
518 B
C

--- imap/httpd.h.orig 2016-04-11 02:02:11 UTC
+++ imap/httpd.h
@@ -264,7 +264,7 @@ struct patch_doc_t {
/* Meta-data for response body (payload & representation headers) */
struct resp_body_t {
- ulong len; /* Content-Length */
+ unsigned long len; /* Content-Length */
struct range *range; /* Content-Range */
const char *fname; /* Content-Dispo */
unsigned char enc; /* Content-Encoding */