diff options
author | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
commit | 951c1f5d1c7354f058f5919d858dbb0c174dc73e (patch) | |
tree | 6146e775343aaf339921799078894a48fef9aa15 /mail/cyrus-imapd25/files/patch-imap_http__dav.h | |
parent | c9b47f0427d70ba42c2d53271f8b64b8e8096825 (diff) | |
download | ports-951c1f5d1c7354f058f5919d858dbb0c174dc73e.tar.gz ports-951c1f5d1c7354f058f5919d858dbb0c174dc73e.zip |
Notes
Diffstat (limited to 'mail/cyrus-imapd25/files/patch-imap_http__dav.h')
-rw-r--r-- | mail/cyrus-imapd25/files/patch-imap_http__dav.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/cyrus-imapd25/files/patch-imap_http__dav.h b/mail/cyrus-imapd25/files/patch-imap_http__dav.h new file mode 100644 index 000000000000..bfc5355d4197 --- /dev/null +++ b/mail/cyrus-imapd25/files/patch-imap_http__dav.h @@ -0,0 +1,10 @@ +--- imap/http_dav.h.orig 2018-04-10 19:29:50 UTC ++++ imap/http_dav.h +@@ -628,4 +628,7 @@ int proppatch_todb(xmlNodePtr prop, unsigned set, stru + int proppatch_restype(xmlNodePtr prop, unsigned set, struct proppatch_ctx *pctx, + struct propstat propstat[], void *rock); + ++/* from upstream imap/ical_support.h need to put it somewhere ... */ ++extern void icaltime_set_utc(struct icaltimetype *t, int set); ++ + #endif /* HTTP_DAV_H */ |