aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/ifdown_errno.patch
blob: 7f8cddd3545a82a610028034852f899c9984ebaa (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/kexec/ifdown.c
+++ b/kexec/ifdown.c
@@ -14,7 +14,7 @@
 #include <sys/ioctl.h>
 #include <sys/socket.h>
 #include <sys/time.h>
-#include <sys/errno.h>
+#include <errno.h>
 
 #include <net/if.h>
 #include <netinet/in.h>