aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cronolog-devel/tmp/cronolog-beta/files/patch-src__cronolog.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cronolog-devel/tmp/cronolog-beta/files/patch-src__cronolog.c')
-rw-r--r--sysutils/cronolog-devel/tmp/cronolog-beta/files/patch-src__cronolog.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/cronolog-devel/tmp/cronolog-beta/files/patch-src__cronolog.c b/sysutils/cronolog-devel/tmp/cronolog-beta/files/patch-src__cronolog.c
deleted file mode 100644
index 460672cfa553..000000000000
--- a/sysutils/cronolog-devel/tmp/cronolog-beta/files/patch-src__cronolog.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./src/cronolog.c.orig 2010-12-02 13:41:57.000000000 -0800
-+++ ./src/cronolog.c 2010-12-02 13:42:30.000000000 -0800
-@@ -84,8 +84,8 @@
-
- #ifndef _WIN32
- #define _GNU_SOURCE 1
--#define OPEN_EXCLUSIVE O_WRONLY|O_CREAT|O_EXCL|O_APPEND|O_LARGEFILE
--#define OPEN_SHARED O_WRONLY|O_CREAT|O_APPEND|O_LARGEFILE
-+#define OPEN_EXCLUSIVE O_WRONLY|O_CREAT|O_EXCL|O_APPEND
-+#define OPEN_SHARED O_WRONLY|O_CREAT|O_APPEND
- #else
- #define OPEN_EXCLUSIVE O_WRONLY|O_CREAT|O_EXCL|O_APPEND
- #define OPEN_SHARED O_WRONLY|O_CREAT|O_APPEND