|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] Partial fix for compat build non-portability
On Wed, Jan 10, 2007 at 09:29:21AM -0700, john.levon@xxxxxxx wrote:
> Partial fix for compat build non-portability.
This at least fixes all the compat gook to work on non-Linux, and I've
checked that the contents of compat/ are the same on both Linux and
Solaris.
Still to be resolved is the pragma pack push issue; this is non-portable
pragma only enabled on some targets, as it's intended for win32
compatibility not something for general use. We should be wrapping each
structure in a pragma pack(4) / pragma pack() pair, but trying to fix
that makes my head hurt, and Jan isn't interested.
regards
john
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|