[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] 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 _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ia64-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |