From 9f8be0befc2a31a52fe8e30c455e6c6663ff5c76 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 29 Mar 2015 04:29:26 +0000 Subject: [PATCH] authsae: remove bogus #include Signed-off-by: Felix Fietkau 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 #include #include +--- a/linux/meshd.c ++++ b/linux/meshd.c +@@ -44,7 +44,6 @@ + #include + #include + #include +-#include + #include + #include + #include