Author: nbd Date: 2015-03-29 06:29:26 +0200 (Sun, 29 Mar 2015) New Revision: 45107
Modified: trunk/package/network/services/authsae/patches/100-musl_fix.patch Log: authsae: remove bogus #include Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/network/services/authsae/patches/100-musl_fix.patch =================================================================== --- trunk/package/network/services/authsae/patches/100-musl_fix.patch 2015-03-29 04:28:29 UTC (rev 45106) +++ trunk/package/network/services/authsae/patches/100-musl_fix.patch 2015-03-29 04:29:26 UTC (rev 45107) @@ -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> _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
