From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Atevh-0004XC-5m for qemu-devel@nongnu.org; Wed, 18 Feb 2004 22:32:49 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Ateut-0003RQ-Ew for qemu-devel@nongnu.org; Wed, 18 Feb 2004 22:32:30 -0500 Received: from [134.157.0.129] (helo=shiva.jussieu.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Ateua-0003AD-0h for qemu-devel@nongnu.org; Wed, 18 Feb 2004 22:31:40 -0500 Received: from helium.pps.jussieu.fr (helium.pps.jussieu.fr [134.157.168.2]) by shiva.jussieu.fr (8.12.10/jtpda-5.4) with ESMTP id i1J3VPxj032037 for ; Thu, 19 Feb 2004 04:31:25 +0100 (CET) Received: from lanthane (lanthane.pps.jussieu.fr [134.157.168.57]) by helium.pps.jussieu.fr (8.11.6/jtpda-5.3.2) with ESMTP id i1J3UTL22474 for ; Thu, 19 Feb 2004 04:30:39 +0100 (CET) Received: from jch by lanthane with local (Exim 4.30) id 1AtetG-0006ou-BP for qemu-devel@nongnu.org; Thu, 19 Feb 2004 04:30:18 +0100 From: Juliusz Chroboczek Date: 19 Feb 2004 04:30:18 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Juliusz Chroboczek Subject: [Qemu-devel] [Patch] Make qemu compile with Linux 2.6.2 headers Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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;