aboutsummaryrefslogtreecommitdiff
path: root/patches/0041-pidfile-add-cdefs.patch
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-14 15:26:34 +0300
committerCem Keylan <cem@ckyln.com>2021-07-14 15:26:34 +0300
commit1ebccdd350189ff1b1374a58ad24843ad0fe65f2 (patch)
tree24524e9736df2cc7f22ae184a88d5da3b4b52036 /patches/0041-pidfile-add-cdefs.patch
parent01e3a0e242b526ae2791de8a0947920e3c9a9ec4 (diff)
downloadotools-1ebccdd350189ff1b1374a58ad24843ad0fe65f2.tar.gz
remove patch directory
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>