From d73ce71a34d5bc6aa62eb4fc91f80a2de6aa2294 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 14 Feb 2015 14:08:53 +0000 Subject: Patch the kernel instead of courier --- net-mail/courier-imap/ocfs2-compat.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 net-mail/courier-imap/ocfs2-compat.patch (limited to 'net-mail/courier-imap') diff --git a/net-mail/courier-imap/ocfs2-compat.patch b/net-mail/courier-imap/ocfs2-compat.patch deleted file mode 100644 index 6bfe0a2..0000000 --- a/net-mail/courier-imap/ocfs2-compat.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- libs/maildir/maildircreate.c.bak 2015-02-10 20:41:23.000873342 +0000 -+++ libs/maildir/maildircreate.c 2015-02-10 20:41:30.798876266 +0000 -@@ -225,16 +225,5 @@ - - int maildir_movetmpnew(const char *tmpname, const char *newname) - { -- if (link(tmpname, newname) == 0) -- { -- unlink(tmpname); -- return 0; -- } -- -- if (errno != EXDEV) -- return -1; -- -- /* AFS? */ -- - return rename(tmpname, newname); - } -- cgit v1.2.3