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 | 9f8be0befc2a31a52fe8e30c455e6c6663ff5c76 (patch) | |
tree | 0439a050fa3029bbca92ab823def5b9254ebf970 /package | |
parent | 4cca06106668cbaa855e0552820fb7ff307e2be7 (diff) | |
download | mtk-20170518-9f8be0befc2a31a52fe8e30c455e6c6663ff5c76.zip mtk-20170518-9f8be0befc2a31a52fe8e30c455e6c6663ff5c76.tar.gz mtk-20170518-9f8be0befc2a31a52fe8e30c455e6c6663ff5c76.tar.bz2 |
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.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 4aae429..19d2d9b 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> |