aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/authsae/patches/100-musl_fix.patch
blob: 19d2d9b72fb71a8c535650644e221e505bd6141f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/linux/mon.c
+++ b/linux/mon.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>
--- 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>