From 9f8be0befc2a31a52fe8e30c455e6c6663ff5c76 Mon Sep 17 00:00:00 2001 From: Felix Fietkau <nbd@openwrt.org> Date: Sun, 29 Mar 2015 04:29:26 +0000 Subject: [PATCH] authsae: remove bogus #include Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45107 --- .../services/authsae/patches/100-musl_fix.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) 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> -- GitLab