diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-02-14 14:08:53 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-02-14 14:08:53 +0000 |
commit | d73ce71a34d5bc6aa62eb4fc91f80a2de6aa2294 (patch) | |
tree | 54ae8a74815fe1fb38dbba117372af9f93a5caaa /net-mail/courier-imap/ocfs2-compat.patch | |
parent | Remove complication in maildir handling to have courier-imap work on ocfs2 (diff) | |
download | patches-d73ce71a34d5bc6aa62eb4fc91f80a2de6aa2294.tar.bz2 patches-d73ce71a34d5bc6aa62eb4fc91f80a2de6aa2294.tar.xz patches-d73ce71a34d5bc6aa62eb4fc91f80a2de6aa2294.zip |
Patch the kernel instead of courier
Diffstat (limited to 'net-mail/courier-imap/ocfs2-compat.patch')
-rw-r--r-- | net-mail/courier-imap/ocfs2-compat.patch | 19 |
1 files changed, 0 insertions, 19 deletions
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); - } |