summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-11-24 17:58:51 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-11-24 19:14:36 +0100
commitf578433508f731e3f4cd0cee63e91494c1eac175 (patch)
treee8a70a9fed6f3a38fbb4525bfd78d89ae07b4da5 /sys-libs
parentapp-office/kraft: drop 0.95 (diff)
downloadgentoo-f578433508f731e3f4cd0cee63e91494c1eac175.tar.gz
gentoo-f578433508f731e3f4cd0cee63e91494c1eac175.tar.bz2
gentoo-f578433508f731e3f4cd0cee63e91494c1eac175.zip
sys-libs/tevent: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/28417 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/tevent/files/tevent-0.11.0-missing-include.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys-libs/tevent/files/tevent-0.11.0-missing-include.patch b/sys-libs/tevent/files/tevent-0.11.0-missing-include.patch
deleted file mode 100644
index c88550e54e64..000000000000
--- a/sys-libs/tevent/files/tevent-0.11.0-missing-include.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-pid_t requires <sys/types.h>
-Bug: https://bugs.gentoo.org/828720
-
---- a/tevent.h
-+++ b/tevent.h
-@@ -31,6 +31,7 @@
- #include <stdint.h>
- #include <talloc.h>
- #include <sys/time.h>
-+#include <sys/types.h>
- #include <stdbool.h>
-
- /* for old gcc releases that don't have the feature test macro __has_attribute */