From 927ad4986670f4938049c97e1bbabd5714e410e7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 24 Apr 2008 22:10:12 +0000 Subject: qemu-svn: Upgrade from r4027 -> 4242. Removes the need for gcc 3.x, adds USB networking for the n800 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4332 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/qemu/qemu-0.9.1+svn/32_syscall_sysctl.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/packages/qemu/qemu-0.9.1+svn/32_syscall_sysctl.patch') diff --git a/meta/packages/qemu/qemu-0.9.1+svn/32_syscall_sysctl.patch b/meta/packages/qemu/qemu-0.9.1+svn/32_syscall_sysctl.patch index 5e8dd75b0..d42c44ceb 100644 --- a/meta/packages/qemu/qemu-0.9.1+svn/32_syscall_sysctl.patch +++ b/meta/packages/qemu/qemu-0.9.1+svn/32_syscall_sysctl.patch @@ -5,8 +5,8 @@ # Index: linux-user/syscall.c =================================================================== ---- linux-user/syscall.c.orig 2007-12-03 15:56:24.000000000 +0000 -+++ linux-user/syscall.c 2007-12-03 15:57:36.000000000 +0000 +--- linux-user/syscall.c.orig 2008-04-24 20:15:59.000000000 +0100 ++++ linux-user/syscall.c 2008-04-24 20:16:01.000000000 +0100 @@ -52,6 +52,7 @@ //#include #include @@ -15,7 +15,7 @@ Index: linux-user/syscall.c #define termios host_termios #define winsize host_winsize -@@ -4739,9 +4740,34 @@ abi_long do_syscall(void *cpu_env, int n +@@ -4758,9 +4759,34 @@ break; #endif case TARGET_NR__sysctl: -- cgit v1.2.3