diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-29 04:29:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-29 04:29:26 +0000 |
commit | 59e5016b52ef1dceee5580f8a4a6560a6a69a2f1 (patch) | |
tree | f766b5b18becba6f7fb9b8f49514f318d2c965c5 /package/network/services/authsae/patches | |
parent | 3a2f9d51aadd5a9926e85fb9855e04a66340a135 (diff) | |
download | master-187ad058-59e5016b52ef1dceee5580f8a4a6560a6a69a2f1.tar.gz master-187ad058-59e5016b52ef1dceee5580f8a4a6560a6a69a2f1.tar.bz2 master-187ad058-59e5016b52ef1dceee5580f8a4a6560a6a69a2f1.zip |
authsae: remove bogus #include
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45107 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/authsae/patches')
-rw-r--r-- | package/network/services/authsae/patches/100-musl_fix.patch | 10 |
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> |