diff options
author | Saverio Proto <zioproto@gmail.com> | 2015-07-06 20:24:59 +0200 |
---|---|---|
committer | Saverio Proto <zioproto@gmail.com> | 2015-07-06 20:26:54 +0200 |
commit | cf5f2586b03b6da1e426e488224c2ae2668efc3d (patch) | |
tree | 13ad3ee87fc5fe6ae07c04f033a6abbf2f226548 /net/tinc/patches | |
parent | e5aa1527ba95a91a1d0acc3a802be4249024d1b7 (diff) |
tinc: version bump 1.0.26
Signed-off-by: Saverio Proto <zioproto@gmail.com>
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__ */ |