ipkg-build: suppress timestamps in gzip headers
[openwrt/openwrt.git] / package / network / services / openvpn / patches / 110-musl_compat.patch
1 --- a/src/openvpn/syshead.h
2 +++ b/src/openvpn/syshead.h
3 @@ -214,10 +214,6 @@
4
5 #ifdef TARGET_LINUX
6
7 -#if defined(HAVE_NETINET_IF_ETHER_H)
8 -#include <netinet/if_ether.h>
9 -#endif
10 -
11 #ifdef HAVE_LINUX_IF_TUN_H
12 #include <linux/if_tun.h>
13 #endif