commit:     68531e0634cc5114e0759bbb657f13bb63569371
Author:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 10 15:43:00 2026 +0000
Commit:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Tue Feb 10 15:43:00 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68531e06

app-shells/bash: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>

 app-shells/bash/files/bash-5.3-read-sys.patch | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/app-shells/bash/files/bash-5.3-read-sys.patch 
b/app-shells/bash/files/bash-5.3-read-sys.patch
deleted file mode 100644
index 9491d727cced..000000000000
--- a/app-shells/bash/files/bash-5.3-read-sys.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Extracted from 
https://cgit.git.savannah.gnu.org/cgit/bash.git/commit/?h=devel&id=01070d43248fb97f3b2a08d780ae5a392573ce34
-(note https://lists.gnu.org/archive/html/bug-readline/2025-07/msg00001.html 
wrt Chet not discouraging
-such cherry-picking)
-
-https://lists.gnu.org/archive/html/bug-bash/2025-07/msg00031.html
-https://github.com/desultory/ugrd/pull/328
---- builtins/evalfile.c
-+++ builtins/evalfile.c
-@@ -160,8 +160,10 @@ file_error_and_exit:
-       nr = read (fd, string, file_size);
-       if (nr >= 0)
-       string[nr] = '\0';
-+#if 0
-       if (nr != file_size)
-       nr = -1;                /* XXX - didn't get the whole file */
-+#endif
-     }
-   else
-     nr = zmapfd (fd, &string, 0);

Reply via email to