commit:     35c3bf5d02fb14a2fb42143ca54edc0fafd84a0e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 25 11:43:31 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 25 12:30:20 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c3bf5d

net-misc/memcached: drop unused patch

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../files/memcached-1.4.17-EWOULDBLOCK.patch        | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/net-misc/memcached/files/memcached-1.4.17-EWOULDBLOCK.patch 
b/net-misc/memcached/files/memcached-1.4.17-EWOULDBLOCK.patch
deleted file mode 100644
index 115c6bbc8633..000000000000
--- a/net-misc/memcached/files/memcached-1.4.17-EWOULDBLOCK.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-errno.h(0P):
-    EAGAIN Resource unavailable, try again (may be the same value as 
[EWOULDBLOCK]).
-
-    [...]
-
-    EWOULDBLOCK
-        Operation would block (may be the same value as [EAGAIN]).
-
-
---- a/testapp.c
-+++ b/testapp.c
-@@ -1840,6 +1840,9 @@
-                 switch (errno) {
-                 case EINTR:
-                     break;
-+#if (EAGAIN != EWOULDBLOCK)
-+                case EAGAIN:
-+#endif
-                 case ENOMEM:
-                 case EWOULDBLOCK:
-                     more = false;
\ No newline at end of file

Reply via email to