From 02cfa719522fcdc5ea3935ebbda3de48efef98cf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 28 Oct 2012 20:08:04 +0100 Subject: redis: drop uneeded patch (EL-5) --- redis-oldglibc.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 redis-oldglibc.patch diff --git a/redis-oldglibc.patch b/redis-oldglibc.patch deleted file mode 100644 index 7052f6d..0000000 --- a/redis-oldglibc.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -up redis-2.6.0/src/config.h.el5 redis-2.6.0/src/config.h ---- redis-2.6.0/src/config.h.el5 2012-10-24 17:51:51.000000000 +0200 -+++ redis-2.6.0/src/config.h 2012-10-24 17:52:35.000000000 +0200 -@@ -52,13 +52,7 @@ - #define aof_fsync fsync - #endif - --/* Define rdb_fsync_range to sync_file_range() on Linux, otherwise we use -- * the plain fsync() call. */ --#ifdef __linux__ --#define rdb_fsync_range(fd,off,size) sync_file_range(fd,off,size,SYNC_FILE_RANGE_WAIT_BEFORE|SYNC_FILE_RANGE_WRITE) --#else - #define rdb_fsync_range(fd,off,size) fsync(fd) --#endif - - /* Byte ordering detection */ - #include /* This will likely define BYTE_ORDER */ -- cgit