authsae: remove bogus #include
authorFelix Fietkau <nbd@openwrt.org>
Sun, 29 Mar 2015 04:29:26 +0000 (04:29 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 29 Mar 2015 04:29:26 +0000 (04:29 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45107

package/network/services/authsae/patches/100-musl_fix.patch

index 4aae4296fb17e3686da181a579143105d3d31356..19d2d9b72fb71a8c535650644e221e505bd6141f 100644 (file)
@@ -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>