aboutsummaryrefslogtreecommitdiff
path: root/patches/0038-sha2-add-missing-include.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/0038-sha2-add-missing-include.patch
parent01e3a0e242b526ae2791de8a0947920e3c9a9ec4 (diff)
downloadotools-1ebccdd350189ff1b1374a58ad24843ad0fe65f2.tar.gz
remove patch directory
Diffstat (limited to 'patches/0038-sha2-add-missing-include.patch')
-rw-r--r--patches/0038-sha2-add-missing-include.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/patches/0038-sha2-add-missing-include.patch b/patches/0038-sha2-add-missing-include.patch
deleted file mode 100644
index 3bde964..0000000
--- a/patches/0038-sha2-add-missing-include.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/lib/libc/hash/sha2.c 2019-07-23 15:35:22.000000000 +0300
-+++ b/lib/libc/hash/sha2.c 2020-10-15 16:36:04.849056534 +0300
-@@ -35,6 +35,8 @@
- */
-
- #include <sys/types.h>
-+#include <sys/cdefs.h>
-+#include <sys/compat.h>
-
- #include <string.h>
- #include <sha2.h>