On June 12, 2003 07:19 am, Tor Arntsen wrote: > Hm, that sounds wrong to me. 'int' is supposed to be 32 bits also on > 64-bit systems, only 'long' should be 64 bits. Right, sorry. That was suppsed to read long. In any case, I put 'printk' where the calls are being made as printed out the sizeof() of the values and discovered that in user space they're 32 bits and in the kernel they're 64 bits. Trevor