mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-26 20:02:30 +01:00
14 lines
273 B
Diff
14 lines
273 B
Diff
--- openvpn-2.3.2.orig/src/openvpn/syshead.h
|
|
+++ openvpn-2.3.2/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
|