summaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu/qemu-0.9.1+svn/fix_segfault.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-04-24 22:10:12 +0000
committerRichard Purdie <richard@openedhand.com>2008-04-24 22:10:12 +0000
commit927ad4986670f4938049c97e1bbabd5714e410e7 (patch)
tree0ab419dc6e50129f342b6291e66719b8a25cf57e /meta/packages/qemu/qemu-0.9.1+svn/fix_segfault.patch
parent0e1fe2007df82725e6ce46d4f92d8bf4434ee887 (diff)
downloadpoky-927ad4986670f4938049c97e1bbabd5714e410e7.tar.gz
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
Diffstat (limited to 'meta/packages/qemu/qemu-0.9.1+svn/fix_segfault.patch')
-rw-r--r--meta/packages/qemu/qemu-0.9.1+svn/fix_segfault.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/packages/qemu/qemu-0.9.1+svn/fix_segfault.patch b/meta/packages/qemu/qemu-0.9.1+svn/fix_segfault.patch
index 443c330650..224a8b813d 100644
--- a/meta/packages/qemu/qemu-0.9.1+svn/fix_segfault.patch
+++ b/meta/packages/qemu/qemu-0.9.1+svn/fix_segfault.patch
@@ -2,11 +2,11 @@
2 linux-user/syscall.c | 22 ---------------------- 2 linux-user/syscall.c | 22 ----------------------
3 1 file changed, 22 deletions(-) 3 1 file changed, 22 deletions(-)
4 4
5Index: qemu/linux-user/syscall.c 5Index: trunk/linux-user/syscall.c
6=================================================================== 6===================================================================
7--- qemu.orig/linux-user/syscall.c 2007-12-03 23:40:11.000000000 +0000 7--- trunk.orig/linux-user/syscall.c 2008-04-24 20:16:21.000000000 +0100
8+++ qemu/linux-user/syscall.c 2007-12-03 23:40:21.000000000 +0000 8+++ trunk/linux-user/syscall.c 2008-04-24 20:16:24.000000000 +0100
9@@ -5695,28 +5695,6 @@ abi_long do_syscall(void *cpu_env, int n 9@@ -5728,28 +5728,6 @@
10 goto unimplemented_nowarn; 10 goto unimplemented_nowarn;
11 #endif 11 #endif
12 12