summaryrefslogtreecommitdiffstats
path: root/testing/libressl/musl-fixes.patch
blob: 836e9167c513b690de38d48882705f2e6a7b852e (plain)
1
2
3
4
5
6
7
8
9
10
--- ./crypto/compat/getentropy_linux.c.orig
+++ ./crypto/compat/getentropy_linux.c
@@ -28,7 +28,6 @@
 #include <sys/resource.h>
 #include <sys/syscall.h>
 #ifdef SYS__sysctl
-#include <sys/sysctl.h>
 #include <linux/sysctl.h>
 #endif
 #include <sys/statvfs.h>