aboutsummaryrefslogtreecommitdiff
path: root/patches/0041-pidfile-add-cdefs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/0041-pidfile-add-cdefs.patch')
-rw-r--r--patches/0041-pidfile-add-cdefs.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/patches/0041-pidfile-add-cdefs.patch b/patches/0041-pidfile-add-cdefs.patch
deleted file mode 100644
index 99efd99..0000000
--- a/patches/0041-pidfile-add-cdefs.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/lib/libutil/pidfile.c 2019-06-28 17:20:40.000000000 +0300
-+++ b/lib/libutil/pidfile.c 2020-10-16 12:52:17.812742477 +0300
-@@ -30,6 +30,7 @@
- * POSSIBILITY OF SUCH DAMAGE.
- */
-
-+#include <sys/cdefs.h>
- #include <sys/types.h>
- #include <errno.h>
- #include <paths.h>