aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/openvpn/patches/110-musl_compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/openvpn/patches/110-musl_compat.patch')
-rw-r--r--package/network/services/openvpn/patches/110-musl_compat.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/network/services/openvpn/patches/110-musl_compat.patch b/package/network/services/openvpn/patches/110-musl_compat.patch
deleted file mode 100644
index 566c17f062..0000000000
--- a/package/network/services/openvpn/patches/110-musl_compat.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/src/openvpn/syshead.h
-+++ b/src/openvpn/syshead.h
-@@ -214,10 +214,6 @@
-
- #ifdef TARGET_LINUX
-
--#if defined(HAVE_NETINET_IF_ETHER_H)
--#include <netinet/if_ether.h>
--#endif
--
- #ifdef HAVE_LINUX_IF_TUN_H
- #include <linux/if_tun.h>
- #endif