On Sun, 14 Aug 2005 09:24:02 -0700 (PDT), Linus Torvalds wrote: > Yes, the thing needs to be opened with O_LARGEFILE and you need to use > "llseek()" to seek into it, but once you do that, everything should be > fine.
GCC warns about using llseek and suggests lseek64 instead. That works for me, but up till 2.6.11 plain lseek worked too. I guess it really shouldn't have? __ Chuck - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/