qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Patch] Make qemu compile with Linux 2.6.2 headers
@ 2004-02-19  3:30 Juliusz Chroboczek
  0 siblings, 0 replies; only message in thread
From: Juliusz Chroboczek @ 2004-02-19  3:30 UTC (permalink / raw)
  To: qemu-devel

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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-02-19  3:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-19  3:30 [Qemu-devel] [Patch] Make qemu compile with Linux 2.6.2 headers Juliusz Chroboczek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).