commit: c482bf5336127e1111cc6e2fef92ff1b95fb3961 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Nov 20 16:52:47 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Nov 22 23:22:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c482bf53
mail-mta/opensmtpd: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/39386 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../opensmtpd/files/opensmtpd-7.4.0-missing-include.patch | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/mail-mta/opensmtpd/files/opensmtpd-7.4.0-missing-include.patch b/mail-mta/opensmtpd/files/opensmtpd-7.4.0-missing-include.patch deleted file mode 100644 index b11d62456743..000000000000 --- a/mail-mta/opensmtpd/files/opensmtpd-7.4.0-missing-include.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ur '--exclude=*.o' opensmtpd-7.4.0p1.orig/openbsd-compat/getdtablecount.c opensmtpd-7.4.0p1/openbsd-compat/getdtablecount.c ---- a/openbsd-compat/getdtablecount.c 2024-04-01 07:25:41.230753002 +0000 -+++ b/openbsd-compat/getdtablecount.c 2024-04-01 07:27:23.556124378 +0000 -@@ -20,6 +20,7 @@ - - #include <glob.h> - #include <unistd.h> -+#include <stdio.h> - - void fatal(const char *, ...); - void fatalx(const char *, ...);
