Index: linux-user/syscall_defs.h =================================================================== RCS file: /sources/qemu/qemu/linux-user/syscall_defs.h,v retrieving revision 1.30 diff -u -r1.30 syscall_defs.h --- linux-user/syscall_defs.h 22 Oct 2006 00:18:54 -0000 1.30 +++ linux-user/syscall_defs.h 19 Mar 2007 15:25:58 -0000 @@ -1409,7 +1409,9 @@ struct target_eabi_flock64 { short l_type; short l_whence; +#if HOST_LONG_BITS == 32 int __pad; +#endif unsigned long long l_start; unsigned long long l_len; int l_pid;