diff options
Diffstat (limited to 'meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/errno.patch')
| -rw-r--r-- | meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/errno.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/errno.patch b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/errno.patch new file mode 100644 index 0000000000..c56b5a9807 --- /dev/null +++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/errno.patch | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | Index: kexec-tools-2.0.2/kexec/ifdown.c | ||
| 2 | =================================================================== | ||
| 3 | --- kexec-tools-2.0.2.orig/kexec/ifdown.c 2009-09-24 14:15:34.025828340 +0100 | ||
| 4 | +++ kexec-tools-2.0.2/kexec/ifdown.c 2009-09-24 14:15:47.014827381 +0100 | ||
| 5 | @@ -14,7 +14,7 @@ | ||
| 6 | #include <sys/ioctl.h> | ||
| 7 | #include <sys/socket.h> | ||
| 8 | #include <sys/time.h> | ||
| 9 | -#include <sys/errno.h> | ||
| 10 | +#include <errno.h> | ||
| 11 | |||
| 12 | #include <net/if.h> | ||
| 13 | #include <netinet/in.h> \ No newline at end of file | ||
