From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BF03158074 for ; Wed, 25 Jun 2025 12:34:58 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 182BC340F94 for ; Wed, 25 Jun 2025 12:34:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 02DE911055B; Wed, 25 Jun 2025 12:34:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id EDB6211055B for ; Wed, 25 Jun 2025 12:34:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A599A340F5F for ; Wed, 25 Jun 2025 12:34:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1757D2A74 for ; Wed, 25 Jun 2025 12:34:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1750854620.35c3bf5d02fb14a2fb42143ca54edc0fafd84a0e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/memcached/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/memcached/files/memcached-1.4.17-EWOULDBLOCK.patch X-VCS-Directories: net-misc/memcached/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 35c3bf5d02fb14a2fb42143ca54edc0fafd84a0e X-VCS-Branch: master Date: Wed, 25 Jun 2025 12:34:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6bd800d4-26e9-4ea6-bc1b-35b55301744b X-Archives-Hash: 8c7428ba2f76801f7ca83ccb61afdd66 commit: 35c3bf5d02fb14a2fb42143ca54edc0fafd84a0e Author: Sam James gentoo org> AuthorDate: Wed Jun 25 11:43:31 2025 +0000 Commit: Sam James gentoo 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 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