aboutsummaryrefslogtreecommitdiff
path: root/net/coova-chilli/patches/200-fix-compile-with-musl.patch
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-12-11 19:46:50 -0800
committerGitHub <noreply@github.com>2019-12-11 19:46:50 -0800
commitad4acb5531d5cde41e12eb8ac13a948adfec7bd1 (patch)
tree291478dcbd1804e7221af3bf31d6fbd05a88f925 /net/coova-chilli/patches/200-fix-compile-with-musl.patch
parent1e6121ec69de276580525775a53ea79c99bfc71f (diff)
parent68b5a71883ab8b421c2ce4e0a9486ec1d391e7f8 (diff)
Merge pull request #10704 from neheb/coo
coova-chilli: Update to 1.5
Diffstat (limited to 'net/coova-chilli/patches/200-fix-compile-with-musl.patch')
1 files changed, 0 insertions, 30 deletions
diff --git a/net/coova-chilli/patches/200-fix-compile-with-musl.patch b/net/coova-chilli/patches/200-fix-compile-with-musl.patch
deleted file mode 100644
index cbc201c44..000000000
--- a/net/coova-chilli/patches/200-fix-compile-with-musl.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/src/system.h
-+++ b/src/system.h
-@@ -112,6 +112,11 @@
- #include <signal.h>
- #endif
-
-+#ifdef HAVE_SYS_SYSINFO_H
-+#define _LINUX_SYSINFO_H
-+#include <sys/sysinfo.h>
-+#endif
-+
- #ifdef HAVE_INTTYPES_H
- #define __STDC_FORMAT_MACROS
- #include <inttypes.h>
-@@ -129,15 +134,6 @@
- #include <linux/un.h>
- #endif
-
--#ifdef HAVE_SYS_SYSINFO_H
--#include <sys/sysinfo.h>
--#else
--#ifdef HAVE_LINUX_SYSINFO_H
--#define _LINUX_KERNEL_H
--#include <linux/sysinfo.h>
--#endif
--#endif
--
- #elif defined (__FreeBSD__) || defined (__APPLE__) || defined (__OpenBSD__) || defined (__NetBSD__)
- #include <net/if.h>
- #include <net/bpf.h>