diff options
Diffstat (limited to 'mail/courier-imap/files/patch-maildir::maildirquota.c')
-rw-r--r-- | mail/courier-imap/files/patch-maildir::maildirquota.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/courier-imap/files/patch-maildir::maildirquota.c b/mail/courier-imap/files/patch-maildir::maildirquota.c deleted file mode 100644 index a643011a8809..000000000000 --- a/mail/courier-imap/files/patch-maildir::maildirquota.c +++ /dev/null @@ -1,11 +0,0 @@ ---- maildir/maildirquota.c.orig Fri Jun 18 23:27:53 2004 -+++ maildir/maildirquota.c Fri Jun 18 23:45:01 2004 -@@ -748,7 +748,7 @@ - char *p; - DIR *dirp; - struct dirent *de; --off_t s; -+unsigned long s; - - if (stat(dir, &stat_buf)) return (0); /* Ignore */ - if (stat_buf.st_mtime > *dirstamp) *dirstamp=stat_buf.st_mtime; |