>  struct target_eabi_flock64 {
>       short  l_type;
>       short  l_whence;
> +#if HOST_LONG_BITS == 32
>          int __pad;
> +#endif

This change is definitely wrong. This is a target structure, and is packed, so 
should be independent of the host.

Paul


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to