qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Patch] Make qemu compile with Linux 2.6.2 headers


From: Juliusz Chroboczek
Subject: [Qemu-devel] [Patch] Make qemu compile with Linux 2.6.2 headers
Date: 19 Feb 2004 04:30:18 +0100

I couldn't compile today's CVS without the following.

                                        Juliusz Chroboczek

Index: target-i386/helper2.c
===================================================================
RCS file: /cvsroot/qemu/qemu/target-i386/helper2.c,v
retrieving revision 1.15
diff -u -r1.15 helper2.c
--- target-i386/helper2.c       16 Feb 2004 22:08:32 -0000      1.15
+++ target-i386/helper2.c       19 Feb 2004 03:26:50 -0000
@@ -94,7 +94,7 @@
 #ifdef USE_CODE_COPY
     /* testing code for code copy case */
     {
-        struct modify_ldt_ldt_s ldt;
+        struct user_desc ldt;
 
         ldt.entry_number = 1;
         ldt.base_addr = (unsigned long)env;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]