aboutsummaryrefslogtreecommitdiff
path: root/net/memcached/patches/100-fix_iov_max.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net/memcached/patches/100-fix_iov_max.patch')
-rw-r--r--net/memcached/patches/100-fix_iov_max.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/net/memcached/patches/100-fix_iov_max.patch b/net/memcached/patches/100-fix_iov_max.patch
deleted file mode 100644
index 55a980ca5..000000000
--- a/net/memcached/patches/100-fix_iov_max.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Index: memcached-1.4.26/memcached.c
-===================================================================
---- memcached-1.4.26.orig/memcached.c
-+++ memcached-1.4.26/memcached.c
-@@ -13,6 +13,10 @@
- * Anatoly Vorobey <mellon@pobox.com>
- * Brad Fitzpatrick <brad@danga.com>
- */
-+#ifndef __need_IOV_MAX
-+#define __need_IOV_MAX
-+#endif
-+
- #include "memcached.h"
- #include <sys/stat.h>
- #include <sys/socket.h>
-@@ -30,9 +34,6 @@
- #define _P1003_1B_VISIBLE
- #endif
- /* need this to get IOV_MAX on some platforms. */
--#ifndef __need_IOV_MAX
--#define __need_IOV_MAX
--#endif
- #include <pwd.h>
- #include <sys/mman.h>
- #include <fcntl.h>