aboutsummaryrefslogtreecommitdiff
path: root/patches/0038-sha2-add-missing-include.patch
diff options
context:
space:
mode:
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>