summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-29 04:29:26 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-29 04:29:26 +0000
commit9f8be0befc2a31a52fe8e30c455e6c6663ff5c76 (patch)
tree0439a050fa3029bbca92ab823def5b9254ebf970 /package
parent4cca06106668cbaa855e0552820fb7ff307e2be7 (diff)
downloadmaster-31e0f0ae-9f8be0befc2a31a52fe8e30c455e6c6663ff5c76.tar.gz
master-31e0f0ae-9f8be0befc2a31a52fe8e30c455e6c6663ff5c76.tar.bz2
master-31e0f0ae-9f8be0befc2a31a52fe8e30c455e6c6663ff5c76.zip
authsae: remove bogus #include
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45107
Diffstat (limited to 'package')
-rw-r--r--package/network/services/authsae/patches/100-musl_fix.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/network/services/authsae/patches/100-musl_fix.patch b/package/network/services/authsae/patches/100-musl_fix.patch
index 4aae4296fb..19d2d9b72f 100644
--- a/package/network/services/authsae/patches/100-musl_fix.patch
+++ b/package/network/services/authsae/patches/100-musl_fix.patch
@@ -8,3 +8,13 @@
#include <sys/queue.h>
#include <netinet/in.h>
#include <net/if.h>
+--- a/linux/meshd.c
++++ b/linux/meshd.c
+@@ -44,7 +44,6 @@
+ #include <signal.h>
+ #include <sys/ioctl.h>
+ #include <sys/socket.h>
+-#include <sys/sysctl.h>
+ #include <sys/queue.h>
+ #include <netinet/in.h>
+ #include <net/if.h>