In article <20090818060417.gf3...@snowdrop.l8s.co.uk>, David Laight <da...@l8s.co.uk> wrote: >On Mon, Aug 17, 2009 at 10:17:09PM -0400, Christos Zoulas wrote: >> >> Log Message: >> 1. some of the video24linux structs are not as machine independent as their >> authors want them to be. For the buffer ioctls, define new ioctls with >> the 32 bit buffer sizes. For the format struct, define it as packed >> so it is the same on 32 and 64 bit. (I might need to version this) > >You probably just want to use the '64bit integer with 32bit alignment' >rather than marking the structure as packed.
I looked for the 64 bit integer, and could not find it... Do you know why it is not packing well? christos