summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/mailx-support/files/mailx-support-20060102-add-sys_file_h.patch')
-rw-r--r--mail-client/mailx-support/files/mailx-support-20060102-add-sys_file_h.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/mail-client/mailx-support/files/mailx-support-20060102-add-sys_file_h.patch b/mail-client/mailx-support/files/mailx-support-20060102-add-sys_file_h.patch
deleted file mode 100644
index b3b871b4..00000000
--- a/mail-client/mailx-support/files/mailx-support-20060102-add-sys_file_h.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff -Naur mailx-support-20060102.orig/open_with_exlock.c mailx-support-20060102/open_with_exlock.c
---- mailx-support-20060102.orig/open_with_exlock.c 2003-06-09 19:01:08.000000000 +0000
-+++ mailx-support-20060102/open_with_exlock.c 2014-04-01 12:17:31.830213927 +0000
-@@ -1,4 +1,5 @@
- #include <fcntl.h>
-+#include <sys/file.h>
-
- int open_with_exlock(const char *path, int flags, mode_t mode)
- {