On Tuesday, April 05, 2011 12:40:50 horst wente wrote: > to compile strace on my old box ( i386 / linux 2.4.25 ), I had two > Problems in block.c > > Problem 1: > the included <linux/fs.h> defines BLKGETSIZE64 as > > #define BLKGETSIZE64 _IOR(0x12,114,sizeof(u64)) /* return device size > in bytes (u64 *arg) */ > > However, u64 is defined in asm/types.h only inside "#ifdef __KERNEL__" . > Because I was not sure about adding that to the source, I just hacked it.
this is an error in your kernel headers. fix those instead. -mike
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev
_______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
