aboutsummaryrefslogtreecommitdiffstats
path: root/main/tevent/fix-public-header.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/tevent/fix-public-header.patch')
-rw-r--r--main/tevent/fix-public-header.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/tevent/fix-public-header.patch b/main/tevent/fix-public-header.patch
deleted file mode 100644
index 2b60347aba8..00000000000
--- a/main/tevent/fix-public-header.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-tevent.h needs sys/types.h for pid_t
-
-diff -ru tevent-0.9.37.orig/tevent.h tevent-0.9.37/tevent.h
---- tevent-0.9.37.orig/tevent.h 2018-07-12 05:51:30.000000000 +0000
-+++ tevent-0.9.37/tevent.h 2018-07-19 10:13:15.360128807 +0000
-@@ -31,6 +31,7 @@
- #include <stdint.h>
- #include <talloc.h>
- #include <sys/time.h>
-+#include <sys/types.h>
- #include <stdbool.h>
-
- struct tevent_context;