* not sure if it's changed in latest kernel I use (2.6.34-rc6) or newest klibc added today (1.5.18) * just in case someone else hit this too (haven't tried if it works with older kernel/klibc)
Signed-off-by: Martin Jansa <[email protected]> --- .../kexec-tools/files/kexec-tools-2-klibc.patch | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/recipes/kexec-tools/files/kexec-tools-2-klibc.patch b/recipes/kexec-tools/files/kexec-tools-2-klibc.patch index 2008829..4f8e678 100644 --- a/recipes/kexec-tools/files/kexec-tools-2-klibc.patch +++ b/recipes/kexec-tools/files/kexec-tools-2-klibc.patch @@ -16,12 +16,13 @@ Index: kexec-tools-2.0.1/kexec/ifdown.c =================================================================== --- kexec-tools-2.0.1.orig/kexec/ifdown.c 2009-09-24 14:15:34.025828340 +0100 +++ kexec-tools-2.0.1/kexec/ifdown.c 2009-09-24 14:15:47.014827381 +0100 -@@ -14,7 +14,7 @@ +@@ -14,7 +14,8 @@ #include <sys/ioctl.h> #include <sys/socket.h> #include <sys/time.h> -#include <sys/errno.h> +#include <errno.h> ++#include <linux/sockios.h> #include <net/if.h> #include <netinet/in.h> -- 1.7.0.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
