From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Joerg Roedel" Subject: [PATCH] fix missing headers Date: Thu, 24 May 2007 16:08:51 +0200 Message-ID: <20070524140851.GC21581@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=ZGiS0Q5IWpPtfppv To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Errors-To: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: kvm.vger.kernel.org --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Author: Markus Rechberger kvm-25 won't compile against the latest git tree due missing header files. =20 /devel/kvm-25/kernel# make make -C /lib/modules/2.6.22-rc2/build M=3D`pwd` "$@" make[1]: Entering directory `/usr/src/linux-2.6' LD /devel/kvm-25/kernel/built-in.o CC [M] /devel/kvm-25/kernel/svm.o In file included from /devel/kvm-25/kernel/kvm_svm.h:10, from /devel/kvm-25/kernel/svm.c:24: /devel/kvm-25/kernel/kvm.h:333: error: expected specifier-qualifier-list before =E2=80=98sigset_t=E2=80=99 Signed-off-by: Markus Rechberger --=20 | AMD Saxony Limited Liability Company & Co. KG Operating | Wilschdorfer Landstr. 101, 01109 Dresden, Germany System | Register Court Dresden: HRA 4896 Research | General Partner authorized to represent: Center | AMD Saxony LLC (Wilmington, Delaware, US) | General Manager of AMD Saxony LLC: Dr. Hans-R. Deppe, Thomas= McCoy --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=kvm_fix_missing_headers.diff Content-Transfer-Encoding: 7bit --- kvm.h 2007-05-23 15:50:53.000000000 +0200 +++ /tmp/kvm.h 2007-05-24 15:40:22.000000000 +0200 @@ -10,6 +10,8 @@ #include #include #include +#include +#include #include #include "vmx.h" --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ kvm-devel mailing list kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/kvm-devel --ZGiS0Q5IWpPtfppv--