WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ia64-devel

Re: [Xen-ia64-devel] xen on hp rx2600

Aron Griffis wrote:     [Thu Nov 10 2005, 03:56:01PM EST]
> How is this usually solved in xen?  Ideally I think you'd like to
> #include xen/lib.h explicitly in efi.h so that sprintf() is properly
> defined.  However efi.h currently has no changes between
> ref-linux-2.6.12 and linux-2.6.12-xen0, so maybe there's a better
> approach...

Here's the solution I'm currently using, which allows the build to
continue to the next breakage ;-)

diff -r 7d81d6b8c302 xen/include/xen/kernel.h
--- a/xen/include/xen/kernel.h  Tue Nov  8 18:15:55 2005
+++ b/xen/include/xen/kernel.h  Thu Nov 10 16:02:28 2005
@@ -1,5 +1,7 @@
 #ifndef _LINUX_KERNEL_H
 #define _LINUX_KERNEL_H
+
+#include <xen/lib.h>
 
 /*
  * 'kernel.h' contains some often-used function prototypes etc

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
<Prev in Thread] Current Thread [Next in Thread>