diff options
Diffstat (limited to 'net/tinc/patches')
-rw-r--r-- | net/tinc/patches/100-musl-compat.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/tinc/patches/100-musl-compat.patch b/net/tinc/patches/100-musl-compat.patch deleted file mode 100644 index e0910b150..000000000 --- a/net/tinc/patches/100-musl-compat.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/have.h -+++ b/src/have.h -@@ -196,4 +196,8 @@ - #include <netinet/if_ether.h> - #endif - -+#ifdef HAVE_LINUX_IF_TUN_H -+#include <linux/if_tun.h> -+#endif -+ - #endif /* __TINC_SYSTEM_H__ */ |