mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
net-misc/memcached: drop unused patch
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user