summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-vpn/freelan/files/glibc225.patch')
-rw-r--r--net-vpn/freelan/files/glibc225.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-vpn/freelan/files/glibc225.patch b/net-vpn/freelan/files/glibc225.patch
deleted file mode 100644
index e21df29d1aec..000000000000
--- a/net-vpn/freelan/files/glibc225.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-commit 597b6eb65b4ea68f0fe8015db38ce68b71c280d7
-Author: Florian Lamprecht <florian_lamprecht@gmx.de>
-Date: Sun Mar 19 13:37:27 2017 +0100
-
- Fix a compiler warning on linux
-
- include a systemmacro explictly to avoid warning, which is handled as error.
-
-diff --git a/libs/asiotap/src/posix/posix_tap_adapter.cpp b/libs/asiotap/src/posix/posix_tap_adapter.cpp
-index 74e9eb2a..71377cee 100644
---- a/libs/asiotap/src/posix/posix_tap_adapter.cpp
-+++ b/libs/asiotap/src/posix/posix_tap_adapter.cpp
-@@ -56,7 +56,7 @@
- #ifdef LINUX
-
- #include <linux/if_tun.h>
--
-+#include <sys/sysmacros.h>
- /**
- * \struct in6_ifreq
- * \brief Replacement structure since the include of linux/ipv6.h introduces conflicts.