Stuart Anderson wrote: [snip] > --- linux-user/syscall_defs.h.orig 2007-02-23 15:44:47.000000000 -0500 > +++ linux-user/syscall_defs.h 2007-02-23 15:44:26.000000000 -0500 > @@ -1414,7 +1414,9 @@ > struct target_eabi_flock64 { > short l_type; > short l_whence; > +#if HOST_LONG_BITS == 32 > int __pad; > +#endif
Still, this part makes no sense to me since it is in a packed struct. Can you explain why this works better for you? Thiemo _______________________________________________ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel