summaryrefslogtreecommitdiff
path: root/sys-libs/tevent/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-25 01:11:37 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-25 01:11:37 +0000
commitb1b0997aac1e7f68389ed3e0f95d3ea9d92277e2 (patch)
tree11a204a4a8687d1677d7b04ddda4a236c755528e /sys-libs/tevent/files
parent73f18fd49d6fabbb1dc8721e38adaa18d55b8c95 (diff)
gentoo auto-resync : 25:11:2022 - 01:11:36
Diffstat (limited to 'sys-libs/tevent/files')
-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 */