commit: bdff2118a2c0b3326eb739978b7a7822d1b65e38 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Oct 17 16:25:47 2023 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Fri Oct 27 18:00:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdff2118
app-admin/mcelog: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/33377 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> app-admin/mcelog/files/mcelog-194-musl-fix.patch | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/app-admin/mcelog/files/mcelog-194-musl-fix.patch b/app-admin/mcelog/files/mcelog-194-musl-fix.patch deleted file mode 100644 index 6ea3c1f79303..000000000000 --- a/app-admin/mcelog/files/mcelog-194-musl-fix.patch +++ /dev/null @@ -1,21 +0,0 @@ -https://github.com/andikleen/mcelog/pull/115 -From: Brahmajit Das <[email protected]> -Date: Mon, 12 Jun 2023 10:56:44 +0000 -Subject: [PATCH] client: Fix build w/ musl libc - -Refer: https://github.com/andikleen/mcelog/pull/115 -Bug: https://bugs.gentoo.org/894316 -Signed-off-by: Brahmajit Das <[email protected]> ---- a/client.c -+++ b/client.c -@@ -19,6 +19,7 @@ - #include <sys/socket.h> - #include <sys/un.h> - #include <unistd.h> -+#include <string.h> - #include "mcelog.h" - #include "client.h" - #include "paths.h" --- -2.41.0 -
